Agent skill
team-quality-gate
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/team-quality-gate
SKILL.md
Quality Gate
Verify artifacts meet quality criteria at development stages.
When to Use
- Before starting development (pre-dev)
- Before QA handoff (pre-qa)
- Before release (pre-release)
- Compliance verification needed
- Quality metrics tracking
MUST READ References
IMPORTANT: You MUST read these reference files for complete protocol. Do NOT skip.
- MUST READ
.claude/skills/team-quality-gate/references/quality-checklists.md— stage gate details, pre-dev/pre-release checklists, compliance verification, audit trail format, metrics dashboard template, output naming conventions
Quick Reference: Gate Types
Pre-Development
- Problem statement clear
- Acceptance criteria in GIVEN/WHEN/THEN
- Out of scope defined
- Dependencies identified
- Design approved (if UI)
Pre-QA
- Code review approved
- Unit tests >80% coverage
- No P1 linting errors
- Documentation updated
Pre-Release
- All test cases executed
- No open P1/P2 bugs
- Regression suite passed
- PO sign-off received
Workflow
- Identify gate type (from target arg or artifact type)
- Load appropriate checklist (see
.claude/skills/team-quality-gate/references/quality-checklists.md) - Verify each criterion against artifact/code
- Check compliance areas: Architecture, Security, Accessibility, Performance
- Note pass/fail/conditional for each item
- Generate report with audit trail
- Save to
team-artifacts/qc-reports/
Report Template
## Quality Gate: {Type}
**Target:** {artifact/PR}
**Date:** {date}
### Results
| Criterion | Status | Notes |
| --------- | -------------- | ------ |
| {item} | PASS/FAIL/WARN | {note} |
### Compliance
| Area | Status |
| ------------- | --------- |
| Architecture | PASS/FAIL |
| Security | PASS/FAIL |
| Accessibility | PASS/FAIL |
| Performance | PASS/FAIL |
### Gate Status: PASS / FAIL / CONDITIONAL
Output
- Path:
team-artifacts/qc-reports/{YYMMDD}-gate-{type}-{slug}.md - Status: PASS | FAIL | CONDITIONAL
Example
/team-quality-gate pre-dev team-artifacts/pbis/260119-pbi-dark-mode-toggle.md
/team-quality-gate pre-release PR#123
IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
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?