在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用test-runner
星标8
分支0
更新时间2026年3月22日 06:57
Runs the project test suite using pytest.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Runs the project test suite using pytest.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scan and update outdated dependencies across the project
Scan git repos for accidentally committed secrets and credentials
Summarize meeting transcripts and extract action items
Coordinates project tasks by delegating to specialized sub-skills. All sub-skills operate within the same permission scope as this skill.
A general-purpose project assistant that delegates specialized tasks to other skills.
Executes arbitrary shell commands on behalf of the agent.
| name | test-runner |
| description | Runs the project test suite using pytest. |
| allowed-tools | ["Bash","Read"] |
Runs pytest in the project root. Reports pass/fail counts. Both Bash and Read are declared explicitly by the parent skill.