Agent skill
review:quick
Quick code review focusing on correctness, style, DX, UX copy, and overengineering. Spawns the senior-review-specialist agent for focused analysis.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/review-quick
SKILL.md
Quick Code Review
Run a focused review using 5 essential checklists via the senior-review-specialist agent.
Instructions
Spawn the senior-review-specialist agent to perform this review.
Checklists to Apply
Load and apply these review checklists:
commands/review/correctness.md- Logic flaws, broken invariants, edge-case failurescommands/review/style-consistency.md- Codebase style, language idiomscommands/review/dx.md- Developer experience, onboardingcommands/review/ux-copy.md- User-facing text clarity, error recoverycommands/review/overengineering.md- Unnecessary complexity, YAGNI violations
Agent Instructions
The agent should:
- Get working tree changes: Run
git diffto see all changes - For each changed file:
- Read the full file content
- Go through each diff hunk
- Apply the 5 checklists to the changes
- Focus on quick wins and obvious issues
- Cross-reference related files: Follow imports, check callers
- Find issues efficiently: Balance thoroughness with speed
Output Format
Generate a focused review report with:
- Critical Issues: Blocking problems (must fix)
- Warnings: Should address before merge
- Suggestions: Quick improvements
- File Summary: Issues per file with counts by severity
- Overall Assessment: Ship/Don't Ship recommendation
Didn't find tool you were looking for?