fxa
AI code review, testing, and release workflows for Mozilla Accounts
All Skills in This Repository (18)
Pure Emerald Level Indicatorsfxa-simplify
Simplify TypeScript and JavaScript code in the FXA monorepo without altering runtime behavior.
fxa-check-githistory
Compare current branch diffs against historical commits to identify regressions.
fxa-check-react
Identify and report issues in changed React/TSX files against main.
fxa-jira-feature-description
Draft Jira descriptions for FXA tasks from planning docs and repo patterns.
fxa-explain-code
Explain code diffs with changes, rationale, and edge cases.
fxa-security-review
Audit code diffs against OWASP categories and leakage patterns.
fxa-jira-bug-description
Generate structured Jira bug reports for FXA issues from logs or Sentry events.
fxa-review-quick
Review FXA commits for security, conventions, logic, tests, and migrations.
fxa-review
Review FXA commits for security, TypeScript, logic, tests, and architecture.
fxa-check-smells
Detect code smells in files changed on the current branch against main.
fxa-check-docs
Correct grammar, typos, and unclear wording in changed files' documentation.
fxa-test-repair
Reviews test files against FXA testing guidelines and produces a prioritized repair plan.
Frequently Asked Questions
FAQPage SchemaHow to install mozilla/fxa skills?โผ
Run `npx skills add mozilla/fxa --all -g -y` in your terminal to install all skills in this suite globally.
What do the fxa skills do?โผ
They automate code reviews, security audits, test drafting and repair, PR creation, Jira ticket writing, and release changelogs for the Mozilla Accounts monorepo.
Can AI review my pull request for security issues?โผ
Yes. The fxa-security-review and fxa-review skills scan your changes for OWASP vulnerabilities, secrets leaks, injection risks, and auth problems with severity-ranked fixes.
How do I generate tests for changed code?โผ
The fxa-test-draft skill analyzes your diff and drafts Jest tests following project conventions, while fxa-test-independence verifies they pass in isolation.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core