code-review
Installation
SKILL.md
Code Review
Rigorous code review focused on quality, maintainability, and architectural soundness.
When to Use
- After implementing a feature or fix
- Before committing changes
- When explicitly asked to review code
- Before creating a PR
Input
Default: Use current staged/committed changes.
If argument provided:
- GitHub issue number/URL: Fetch context with
scripts/gh_issue_phase.sh get-issue $ARGto understand the original task requirements and decisions from prior phases.