Verification gates that block the agent from proceeding until checks pass. The agent already knows what linting, testing, type checking, and security scanning are. This skill doesn't re-teach those concepts. Instead, it specifies:
These are the behaviors a coding agent wouldn't exhibit without being told. Everything else — which linter to use, how to structure a unit test — the agent already knows from training and discovers from the project's existing config.
Bundled resources: references/tool-building.md contains the diagnostic tool and notation catalogs with worked examples. references/language-defaults.md is a lookup table for tool selection by ecosystem. Read these when directed, not proactively.
Porte di verifica della qualità del codice collegate al ciclo di vita dell'agente. Utilizza questa competenza ogni volta che scrivi, modifichi, rivedi o esegui il debug del codice, incluse nuove funzionalità, correzioni di bug, refactoring, risoluzione dei problemi, configurazione CI/CD o bootstrap del progetto. Da utilizzare anche quando l'utente menziona "qualità", "strategia di test", "pipeline CI", "guardrail", "debug" o chiede come migliorare l'affidabilità del codice. Se stai scrivendo codice o stai cercando di capire perché il codice non funziona, questa abilità è applicabile. Fonte: adewale/guardrails-skill.