Agent skill
qa-check
QAチェックリストに対して現在のコードの修正状況を自動検証し、レポートを出力する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/qa-check
SKILL.md
QA検証スキル
QAチェックリスト(docs/qa_checklist.md)に対して、現在のコードベースの修正状況を自動検証する。
処理フロー
docs/qa_checklist.mdを読み込み、バグ一覧を解析- 引数で指定されたバグID(またはall)を対象に
- 各バグの対応ファイルをGrep/Readで検査
- 修正済み / 未解決 / 一部対応 のステータスを判定
- レポートをマークダウンテーブルで出力
判定基準
- 修正済み: バグの原因コードが修正されていることを確認
- 未解決: バグの原因コードがそのまま残っている
- 一部対応: 部分的に修正されているが完全ではない
出力フォーマット
## QA検証レポート
| BUG-ID | 重要度 | ステータス | 対象ファイル | 詳細 |
|--------|--------|-----------|-------------|------|
| BUG-001 | High | 修正済み | MainTabView.swift | タブ構成が設計書通りに修正 |
| BUG-004 | High | 未解決 | DetailView.swift | リアクションボタンのクロージャが空 |
### サマリー
- 修正済み: X件
- 未解決: Y件
- 一部対応: Z件
ルール違反チェック(追加検査)
以下のパターンもGrepで検出し、ルール違反として報告:
NavigationView→.claude/rules/ios-swift.md違反@StateObject(KMP VM用) →.claude/rules/ios-swift.md違反.onChange(of:.*\{.*newValue in→ 旧シンタックス
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?