Agent skill
test-report
テスト結果報告書を作成する。テスト完了後の結果報告、品質レビュー時に使う。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-report
SKILL.md
目的
実施したテストの結果を報告し、品質状況を可視化する。
トリガー語
- 「テスト報告書を作成」
- 「テスト結果をまとめる」
- 「QAレポート」
入力で最初に聞くこと
| # | 質問 | 必須 |
|---|---|---|
| 1 | プロジェクト名は? | ✓ |
| 2 | テスト種別は? | ✓ |
| 3 | テスト期間は? | - |
手順
Step 1: テスト実行結果の集計
Step 2: 欠陥分析
Step 3: 品質判定
Step 4: 保存
workspace/{ProjectName}/docs/TestReport_YYYYMMDD.md
成果物
| 成果物 | 保存先 |
|---|---|
| テスト結果報告書 | workspace/{ProjectName}/docs/TestReport_YYYYMMDD.md |
検証(完了条件)
- テスト件数/合否が記載されている
- 欠陥一覧がある
- 品質判定結果が明記されている
参照
- Command:
.claude/commands/02_aipjm_03_executing_02_test_report.md
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?