在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
what-to-test
// Use when writing tests, improving coverage, or deciding what to test in this CLI
$ git log --oneline --stat
stars:58
forks:12
updated:2026年1月7日 08:57
SKILL.md
// Use when writing tests, improving coverage, or deciding what to test in this CLI
| name | what-to-test |
| description | Use when writing tests, improving coverage, or deciding what to test in this CLI |
| version | 1.0.0 |
Test user-facing behavior. If a user would notice it's broken, it needs a test.
All CLI commands must be tested - including commands marked "internal". Internal commands are still user-facing (Matt uses them daily).
Do NOT write tests just to increase coverage numbers. Use coverage as a guide to find untested user-facing behavior.
Use /* v8 ignore start */ for:
runX() function from command files for testability