スキル一覧に戻る
Row0902

perform-qa

by Row0902

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

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_devops confirms Code Integrity.
  • To verify bug fixes.

2. Verification Protocol

  1. Check Artifacts: Did the agent update task.md? created implementation_plan.md?
  2. Check Tests: Did they run tests? (uv run pytest).
  3. Check Context: Did they follow .agent/project_context.yaml?
  4. 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.

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です