ワンクリックで
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 職業分類に基づく
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.
| 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: