systematic-code-review
Installation
SKILL.md
Systematic Code Review Skill
Systematic 4-phase code review: UNDERSTAND changes, VERIFY claims against actual behavior, ASSESS security/performance/architecture risks, DOCUMENT findings with severity classification. Each phase has an explicit gate that must pass before proceeding because skipping phases causes missed context, incorrect conclusions, and incomplete risk assessment.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| reviewing Go code: type exports, concurrency, resource management, observability, test patterns | go-review-patterns.md |
Loads detailed guidance from go-review-patterns.md. |
| responding to review feedback on your own code | receiving-feedback.md |
Loads detailed guidance from receiving-feedback.md. |
| labeling findings: BLOCKING vs SHOULD FIX vs SUGGESTION | severity-classification.md |
Loads detailed guidance from severity-classification.md. |
Instructions
Phase 1: UNDERSTAND
Goal: Map all changes and their relationships before forming any opinions.