ワンクリックで
test
Run tests, analyze failures, and propose fixes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run tests, analyze failures, and propose fixes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | test |
| description | Run tests, analyze failures, and propose fixes |
| argument-hint | [unit|integration|agent|all|<file path>] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Bash(make test*), Bash(make lint*), Bash(make check*) |
| context | fork |
| agent | general-purpose |
Run the test suite, analyze results, and propose fixes for any failures.
$ARGUMENTS is empty or "all": run make test (full suite, fail-fast by tier).$ARGUMENTS is "unit": run make test-unit.$ARGUMENTS is "integration": run make test-integration.$ARGUMENTS is "agent": run make test-agent.$ARGUMENTS is a file path: run make test-file FILE=<path>.Write detailed results to scratch/test_results_latest.md with:
Return a ≤5 line summary to the main context.
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking