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.
Puertas de verificación de la calidad del código conectadas al ciclo de vida del agente. Utilice esta habilidad siempre que escriba, modifique, revise o depure código, incluidas nuevas funciones, correcciones de errores, refactorizaciones, solución de problemas, configuración de CI/CD o arranque de proyectos. Úselo también cuando el usuario mencione "calidad", "estrategia de prueba", "canalización de CI", "barandillas", "depuración" o pregunte cómo mejorar la confiabilidad del código. Si estás escribiendo código o intentando entender por qué el código no funciona, esta habilidad se aplica. Fuente: adewale/guardrails-skill.