Agent skill
quality-gates-skill
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/quality-gates-skill
SKILL.md
Quality Gates Skill
=== PURPOSE ===
Procedures for defining and enforcing quality gates.
=== USED BY ===
| Agent | Purpose |
|---|---|
| @agent(qa-lead) @ref(CB-AGENT-QA-001) | Primary skill for quality gates |
=== PROCEDURE: Gate Definition ===
Standard Gates:
| Gate | Metric | Threshold | Enforcement |
|---|---|---|---|
| Coverage | Line coverage | ≥80% | CI/CD |
| Tests | All pass | 100% | CI/CD |
| Linting | No errors | 0 | CI/CD |
| Types | No errors | 0 | CI/CD |
| Security | No critical | 0 | Security Lead |
| Quality | No blockers | 0 | QA Lead |
=== PROCEDURE: Gate Failure ===
Steps:
- Identify failing gate
- Document failure reason
- Block PR/deployment
- Notify responsible party
- Track remediation
=== PROCEDURE: Gate Exceptions ===
Exceptions require:
- Written justification
- Head Cook approval
- Remediation timeline
- Buildlog entry with
#micro-decision
=== RELATED SKILLS ===
| Skill | Relationship |
|---|---|
| @skill(testing-strategy) | Testing context |
| @skill(quality-review) | Review context |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?