Review all current code changes using two-stage review.
Iron Law
Two stages. In order. No shortcuts. Stage 1 (Spec Compliance) MUST pass before Stage 2 (Code Quality) begins. These are different questions: "Did you build the right thing?" vs "Did you build it well?"
Stage 1: Spec Compliance
Question: Does the code do what was intended?
-
Get the diff
git diff git diff --cached -
Identify the intent — What was the goal of these changes? Chec
[Description truncada. Veja o README completo no GitHub.]