fxa-review

Review FXA commits for security, TypeScript, logic, tests, and architecture.

683|238|Updated Jun 3, 2015
One-click install
npx skills add https://github.com/mozilla/fxa --skill fxa-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fxa-review
Source: https://github.com/mozilla/fxa/tree/main/.claude/skills/fxa-review
Command: npx skills add https://github.com/mozilla/fxa --skill fxa-review

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Provides a structured, parallelized FXA commit review by routing the changes through specialized agents to surface security, TypeScript, logic, test quality, and architectural issues, accelerating safe code reviews.

## Core Features & Use Cases

  • Parallel agent reviews of changed FXA code paths for security, TS, logic, tests, and architecture.
  • Centralized aggregation of findings into a single, actionable report per commit.
  • Suitable for reviews of last commit or a specific commit in the FXA monorepo, including monorepo pattern checks.

### Quick Start Trigger the FXA commit review on the target commit to obtain a parallel, multi-agent assessment.

Frequently Asked Questions about fxa-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a TypeScript commit review in a monorepo?

You can review a specific commit by indicating the target commit hash, which triggers parallel specialist agents to assess security, TypeScript, logic, tests, and architecture within the FXA monorepo for that exact change.

What is parallel agent code review for TypeScript security?

Parallel agent code review dispatches changed code paths to specialized agents concurrently, evaluating TypeScript best practices, security vulnerabilities, and architectural compliance before aggregating the findings into one actionable report.

Does the FXA commit review check architectural compliance and related callers?

The FXA commit review checks architectural compliance by analyzing changed files and their related callers across the monorepo, ensuring that structural patterns and dependencies remain intact during the code review.

How do I review test quality and error handling in a recent commit?

To review test quality and error handling, trigger a commit review on the target commit, which deploys specialist agents to evaluate test coverage, error handling logic, and TypeScript best practices in parallel.

Can I use this for monorepo pattern checks across changed files?

Yes, the review applies monorepo pattern checks across all changed files and related callers, verifying that security, logic, and architectural standards are maintained throughout the FXA codebase.