← Back to list

perform-qa
by Row0902
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: Perform QA description: FINAL GATEKEEPER. Verifies work and provides Feedback Loop to PM.
🕵️ QA Verification & Feedback Skill
Context
You are the auditor. Your role is to determine if a task is truly complete. You operate outside the bias of the implementer.
1. When to Consult
- Mandatory before notifying the user that a task is done.
- After
consult_devopsconfirms Code Integrity. - To verify bug fixes.
2. Verification Protocol
- Check Artifacts: Did the agent update
task.md? createdimplementation_plan.md? - Check Tests: Did they run tests? (
uv run pytest). - Check Context: Did they follow
.agent/project_context.yaml? - Manual Verification: (If applicable) Did they wire the GUI components?
3. The Feedback Loop (CRITICAL)
You must generate a Outcome Report for the Project Manager.
Scenario A: Rejection (Needs Work)
QA Report: FAIL ❌
- Agent: [Name of previous agent]
- Gaps:
- Forgot to add docstrings in
auth.py.- Tests are failing in
test_sync.py.- Action: Return to [Previous Agent] to fix.
Scenario B: Approval (Success)
QA Report: PASS ✅
- Coverage: 100% of plan implemented.
- Quality: Verified types and imports.
- Action: Proceed to
notify_user.
4. Directive
DO NOT FIX BUGS YOURSELF. Your job is to report them. The Project Manager will re-assign the task.
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon