Use when adding features, fixing bugs, preparing release, refactoring, or when confidence matters. Designs and runs minimal high-value tests without wasting time.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when adding features, fixing bugs, preparing release, refactoring, or when confidence matters. Designs and runs minimal high-value tests without wasting time.
allowed-tools
Read, Bash, Edit, MultiEdit, Write
Test Strategy
Use this skill to get confidence with minimal test cost.
Test Selection
Start with nearest existing test pattern.
Cover changed behavior first, not implementation details.
Add one regression test for the bug when possible.
Prefer small deterministic tests over broad brittle suites.
Run targeted tests before full suite.
Check impacted parent flow, adjacent state, and likely caller/component.
If tests cannot run, state exact blocker and safest manual verification.
Coverage Targets
Core success path.
Failure path likely to break.
Boundary values.
Auth/permission edge when security relevant.
UI state: loading, empty, error, success.
API state: validation failure, auth failure, provider failure, retry/idempotency when relevant.