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.