Skip to content
Skill

fxa-review-quick

by mozilla

AI Summary

Review the most recent commit (or the commit specified in ) in a single pass, using FXA-specific knowledge. Use Read and Grep to examine the changed files and their surrounding context. Look at imports, callers, and related types to understand the full picture before judging. Evaluate the diff throu

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "fxa-review-quick" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/fxa-review-quick && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/fxa-review-quick/SKILL.md "https://raw.githubusercontent.com/mozilla/fxa/main/.claude/skills/fxa-review-quick/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Fast single-pass FXA-specific commit review covering security, conventions, logic/bugs, tests, and migrations. No subagents — runs directly in the main context.

Changes Overview

Write a brief summary of what the commit does based on the diff. Do not repeat the commit message.

FXA Quick Review

Review the most recent commit (or the commit specified in $ARGUMENTS) in a single pass, using FXA-specific knowledge.

Step 1: Get Commit Info

`bash COMMIT_REF="${ARGUMENTS:-HEAD}" git show "$COMMIT_REF" --format="%H%n%an%n%ae%n%s%n%b" ` `bash COMMIT_REF="${ARGUMENTS:-HEAD}" git show --stat "$COMMIT_REF" `

Step 2: Read Changed Files

Use Read and Grep to examine the changed files and their surrounding context. Look at imports, callers, and related types to understand the full picture before judging.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
670 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars670
Forks227
Issues56
UpdatedToday
View on GitHub
MPL-2.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code