Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$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