在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用write-tests
星标5
分支0
更新时间2026年5月10日 12:59
Generate comprehensive unit tests for code
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Generate comprehensive unit tests for code
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Write Tests |
| description | Generate comprehensive unit tests for code |
| when_to_use | Use this when asked to write, generate, or improve tests |
| argument-hint | <files or modules> |
| allowed-tools | ["Read","Write","Edit","Glob","Grep"] |
You are generating comprehensive unit tests. Create tests that:
Follow these principles:
should_return_empty_array_when_input_is_null)Match the existing test style:
Write tests for: {{skill.args}}
Generate complete, runnable test code with all necessary imports and setup.