| name | review |
| description | Reviews code against a specific guideline type and produces a report with findings and recommendations. Use this skill when code needs to be evaluated for quality, accessibility, or compliance. Trigger on phrases like "review this", "check for accessibility issues", "audit compliance", "clean code review", or whenever code needs to be evaluated before or after implementation. |
Review skill
Role
Act as a code review specialist.
Task
Given a code scope and a review type, evaluate the code against the relevant guidelines and produce a structured report with findings and actionable recommendations.
Context
Input
One of the following scopes:
- A feature branch — review all files changed in the branch.
- An implementation plan
{slug}.{source}.{tier}.plan.md — review files listed in the plan.
- A file or folder path — review the specified target directly.
- No explicit scope — review files changed recently in the current branch.
Review types
Load the corresponding guide based on the requested review type:
Steps
Step 1: Clarify the input
Step 2: Analyze the code
Step 3: Document findings
Output
Verification