This represents a final quality gate executed after implementation completion, passing tests, and peer review. The discipline applies universally, even without explicit skill activation.
| Testing | Validates expected behavior | Can't test for unknown edge cases | | Code review | Patterns and quality | Reviewer trusts author's intent | | Fresh-eyes | Deliberate re-reading with psychological distance | Catches what you thought was correct |
Critical insight: "100% test coverage and passing scenarios" can coexist with "critical bugs" waiting discovery.
Questa abilità dovrebbe essere utilizzata come controllo finale obbligatorio prima del commit di git, della creazione di PR o della dichiarazione del lavoro svolto. Si attiva su "commit", "push", "PR", "pull request", "done", "finished", "complete", "ship", "deploy", "ready to merge". Rileva vulnerabilità della sicurezza, errori logici e bug delle regole aziendali che emergono nonostante il superamento dei test. Fonte: 2389-research/claude-plugins.