code-review
Installation
SKILL.md
Code Review After Completing Complex Software Development Tasks
Run a structured review over the changes in scope. Two modes:
- Reviewing work you just completed, or told to fix - review, then apply and verify the fixes.
- Asked only to review - stop at clear, actionable feedback and let the user decide what to act on. Don't start editing.
Workflow
- Spawn parallel sub-agents to critically review the changes, splitting the work by review axis (below) or by area of the codebase.
- Compile their findings into a concise numbered list, each tagged critical/medium/low.
- Verify every finding against the actual code before reporting or acting on it. Sub-agents report false positives, and acting on a phantom issue makes the code worse.
Applying Fixes
Fix mode only. If you were asked only to review, stop at step 3 and report your findings.