What problem does it solve?
Developers often struggle to efficiently review code changes for reuse, quality, and performance while staying token‑efficient and avoiding full‑codebase scans. This Skill focuses the review on the exact diff, orchestrates thorough analysis, and consolidates actionable fixes.
Core Features & Use Cases
- Three‑Pass Review: Separate parallel passes for code reuse, quality, and efficiency.
- Diff‑First Approach: Starts from
git diff or recent modified files, never the whole repository.
- Parallel Agents: Launches sub‑agents for large diffs to speed up analysis.
- Consolidation & Fixing: Aggregates findings, applies fixes, and runs build/test/lint.
- Project Customization: Reads
user-config.md to tailor smells, style guides, and verification commands.
- Use Cases: Pre‑merge PR review, post‑implementation audit, quick simplification before deployment, or any scenario needing structured code improvement.
Quick Start
Run the code-review skill on the current git diff to get a consolidated list of reuse, quality, and efficiency improvements.