بنقرة واحدة
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 المهني
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.