fxa-review-quick
SolidFast single-pass FXA-specific commit review covering security, conventions, logic/bugs, tests, and migrations. No subagents — runs directly in the main context.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- mozilla
- Repository
- mozilla/fxa
- Created
- 11 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MPL-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
review
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes in parallel - Standards (does the code follow this repo's documented rules?) and Spec (does it deliver what the originating issue and its linked requirements asked for?). Use when the user wants to review a branch, a PR, or work-in-progress changes, or says "review since X" / "review this before I merge".
security-review
Pre-merge security checklist covering secrets, dependencies, auth, data handling, and fawkes suite gates. Use when reviewing a PR for security issues or hardening a change before merge.
code-review
Use before commit, deploy, or PR merge, or when operator asks "review this diff" / "is this safe?"; reviews diff vs spec, decisions, maintainability, scope, tests, rollback. Do NOT write or fix code — review only.