← スキル一覧に戻る

quality-gate
by duc01226
⭐ 2🍴 1📅 2026年1月24日
SKILL.md
name: quality-gate description: Run quality gate checklists for development stages. Use when running pre-dev, pre-qa, or pre-release checks. Triggers on keywords like "quality gate", "qa gate", "pre-release", "checklist", "gate check". allowed-tools: Read, Write, Grep, Glob, Bash, TodoWrite
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)
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)
- Load appropriate checklist
- Verify each criterion
- Generate report
- Save to
team-artifacts/qc-reports/
Output
- Path:
team-artifacts/qc-reports/{YYMMDD}-gate-{type}-{slug}.md - Status: PASS | FAIL | CONDITIONAL
Related
- Role Skill:
qc-specialist - Command:
/quality-gate
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
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です