원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.