BACK TO SKILLS
code-qualityclaude-codecursorclinewindsurf
Code Review Skill
Conduct two-axis code reviews evaluating repo standards compliance and specification fidelity using parallel sub-agents.
Code Review Skill
Performs thorough code reviews across two independent evaluation axes using parallel sub-agents to keep analysis focused.
Evaluation Axes
- Standards Axis: Audits code against documented repository guidelines, lint rules, and Fowler code smell baselines.
- Spec Axis: Verifies that implementation details match originating issue descriptions, user stories, or PRD specifications.
Workflow
- Establish Comparison Baseline: Resolve the target git fixed point (commit SHA, branch, tag, or merge-base).
- Execute Parallel Reviews: Run separate sub-agents for Standards and Spec verification to isolate context windows.
- Aggregate Findings: Combine results into a side-by-side report highlighting critical fixes, non-blocking suggestions, and compliance status.
Usage
npx skills add https://github.com/mattpocock/skills --skill code-review