Link: https://github.com/adewale/guardrails-skill
Code quality verification gates wired into the agent lifecycle. Not guidance the agent might follow — checks that block progress until they pass.
Coding agents can declare success without running tests, weaken their own test configs to make checks pass, and thrash on the same failed fix repeatedly. This skill enforces lifecycle hooks that prevent all three.
Developers using Claude Code (or other AI coding agents) who want automated quality enforcement rather than prose instructions the agent might ignore.
Install with npx skills add adewale/guardrails-skill. The agent then runs format/lint/type/test checks on every stop, full suite on every commit, and escalates to diagnostic tools after 2 failed fix attempts.