원클릭으로
focused-sabotage-testing
Use after adding or changing clnkr tests to prove the tests fail when the intended behavior is deliberately broken.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use after adding or changing clnkr tests to prove the tests fail when the intended behavior is deliberately broken.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | focused-sabotage-testing |
| description | Use after adding or changing clnkr tests to prove the tests fail when the intended behavior is deliberately broken. |
Use this for behavior changes where a new test could pass trivially or mirror the current implementation.
Identify the smallest deliberate code break for the behavior under test.
Save it as a patch outside the repo, usually under /tmp.
Run:
scripts/sabotage-check.sh --patch /tmp/clnkr-sabotage.patch --test-cmd 'make test'
If the sabotage patch does not make the test fail, improve the test before accepting it.
Keep the sabotage patch out of git.
In review notes, record:
Use before implementing a structural change in clnkr to prevent file-splitting without real ownership or cohesion.
Use before adding or reviewing clnkr tests to keep generated tests integration-oriented, behavior-focused, and low-slop.