Skip to content

Commit e577d21

Browse files
authored
Merge pull request #20235 from mozilla/worktree-polish-prefix-skills-with-fxa
polish(claude): Prefix FXA skills with fxa-
2 parents 523b39a + 2314894 commit e577d21

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: check-docs
2+
name: fxa-check-docs
33
description: Improves documentation in changed files. Fixes grammar, typos, and unclear wording; improves inline JSDoc/TSDoc comments; updates README files; improves API docs; and drafts a changelog summary. Operates on files changed vs main.
44
context: fork
55
---

.claude/skills/check-githistory/SKILL.md renamed to .claude/skills/fxa-check-githistory/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: check-githistory
2+
name: fxa-check-githistory
33
description: Examines the git history of files changed in the current branch to identify potential regressions, re-introduced bugs, or changes that conflict with past fixes. Cross-references current changes against prior commits on the same code paths.
44
context: fork
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: check-react
2+
name: fxa-check-react
33
description: Reviews changed React/TSX code for component design, hooks misuse, performance, accessibility, and state management issues. Reports findings with severity and concrete fix recommendations. Operates on files changed vs main.
44
context: fork
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: check-smells
2+
name: fxa-check-smells
33
description: Reviews changed code for code smells across design, implementation, tests, and dependencies. Reports findings with severity and concrete fix recommendations. Operates on files changed vs main.
44
context: fork
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: explain-code
2+
name: fxa-explain-code
33
description: Explains code for experienced engineers. Covers what changed, why it works, non-obvious decisions, gotchas, and data/control flow. Defaults to git diff vs main; accepts an optional file or path argument.
44
argument-hint: [file-or-path]
55
context: fork

.claude/skills/security-review/SKILL.md renamed to .claude/skills/fxa-security-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: security-review
2+
name: fxa-security-review
33
description: Comprehensive security review of changed code. Checks for OWASP vulnerabilities, secrets leakage, XSS, SQL/Redis injection, CORS issues, insecure crypto, OTP/TOTP misuse, insufficient logging, Docker/CI exposure, and more. Use when landing changes that touch auth, payments, user data, or any security-sensitive path.
44
argument-hint: [file-or-diff]
55
context: fork

0 commit comments

Comments
 (0)