在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用test
星标2
分支0
更新时间2026年2月13日 17:44
Run tests, analyze failures, and propose fixes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
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