What problem does it solve?
Code reviews are essential to catch defects, security issues, performance bottlenecks, and maintainability concerns before changes merge into main branches. This Skill provides a structured, multi-dimensional review protocol to streamline and standardize the evaluation process.
Core Features & Use Cases
- Phase 1: Context Gathering — understand what changed and gather project context.
- Phase 2: Multi-Dimensional Review — assess Correctness, Security, Performance, Reliability, and Maintainability with explicit checklists.
- Phase 3: Specialist Consultation — escalate complex findings to subject-matter experts.
- Output & Guidance — produces a clear, actionable review report that can be attached to PRs or tickets.
Quick Start
First, obtain the changes to review using git diff [base] -- [files] and git log --oneline -10 -- [files]. Then invoke the code-review protocol to generate a structured evaluation and a recommended remediation plan.