ワンクリックで
add-property-test
Model-only playbook for adding a property-based test that pins a function's invariant.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Model-only playbook for adding a property-based test that pins a function's invariant.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
Auto-chained research follow-up skill with recursion guard for residual unknowns.
Resolve the Co-Authored-By trailer policy for the active repo.
Compress the session conversation when context approaches the limit.
Read-only design pass for an interactive surface: produces a statechart + action x context matrix + journey scenarios backed by an 11-rule lint contract. No state mutations.
| name | add-property-test |
| description | Model-only playbook for adding a property-based test that pins a function's invariant. |
| argument-hint | |
| user-invocable | false |
| disable-model-invocation | false |
A model-only playbook for adding a property-based test. There is no slash command; the model invokes this when example-based tests leave a function's invariants under-specified.
decode(encode(x)) == x.pytest.approx for float laws and numpy.testing.assert_allclose for array laws.test_<func>_<invariant> so the law is legible from the test report.