with one click
test
Run tests, analyze failures, and propose fixes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run tests, analyze failures, and propose fixes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
| 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.