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.
Шлюзы проверки качества кода встроены в жизненный цикл агента. Используйте этот навык при написании, изменении, проверке или отладке кода, включая новые функции, исправления ошибок, рефакторинг, устранение неполадок, настройку CI/CD или начальную загрузку проекта. Также используйте, когда пользователь упоминает «качество», «стратегию тестирования», «конвейер CI», «ограждения», «отладку» или спрашивает, как повысить надежность кода. Если вы пишете код или пытаетесь понять, почему код не работает, этот навык пригодится. Источник: adewale/guardrails-skill.