Guardrails
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:
- When each check runs in the agent lifecycle (hooks that block progress)
- What to do when stuck (diagnostic escalation instead of retrying)
- What not to touch (config protection, high-risk action gating)
- How to accumulate knowledge (
[Description truncada. Veja o README completo no GitHub.]