Value: Feedback and communication -- structured review catches defects that the author cannot see, and separating review into stages prevents thoroughness in one area from crowding out another.
Teaches a systematic three-stage code review that evaluates spec compliance, code quality, and domain integrity as separate passes. Prevents combined reviews from letting issues slip through by ensuring each dimension gets focused attention.
Review code in three sequential stages. Do not combine them. Each stage has a single focus. A failure in an earlier stage blocks later stages -- there is no point reviewing code quality on code that does not meet the spec.
Protocollo di revisione del codice in tre fasi: conformità alle specifiche, qualità del codice e integrità del dominio. Attivalo durante la revisione del codice, la preparazione delle PR, la valutazione della qualità dell'implementazione o la verifica che il codice soddisfi i requisiti. Si attiva su: "rivedi questo codice", "prepara PR", "controlla l'implementazione", "qualità del codice", "corrisponde alle specifiche". Fonte: jwilger/agent-skills.