com um clique
test
Run tests, analyze failures, and propose fixes
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run tests, analyze failures, and propose fixes
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.