record-cassette
Execute the probe against the real service and record the exchange into a committed cassette, scrubbed of secrets and volatility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute the probe against the real service and record the exchange into a committed cassette, scrubbed of secrets and volatility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Compile the contract set in your head — simulate how the real application would run from the specs, and disprove (or confirm) it works before any source .py is written.
Author test stub files (.pyi) whose signatures express the domain, relationships, and compositions, as the first contract surface.
Funnel level 3 — identify building-block names and rough boundaries only, and run gap analysis.
Funnel level 1 — establish the big picture with seven broad questions, applying CIT, Laddering, and CI Perspective throughout.
Squash-merge the feature commits into dev, regenerate docstrings, and verify the whole suite plus whole-suite stubtest are clean.
Publish the delivered batch as release notes, a PR to main, or a tagged release.
| name | record-cassette |
| description | Execute the probe against the real service and record the exchange into a committed cassette, scrubbed of secrets and volatility. |
decode_compressed_response=True so gzip/br bodies are stored decoded, not opaque blobs per [[software-craft/external-fixtures]]. Dispatch the recorder on the service kind (HTTP API, external database, message queue, object storage, other) — the recorder is the one knob that varies per kind.filter_headers strips Authorization and before_record_response strips volatile headers — date, age, server, last-modified, content-encoding, transfer-encoding, vary, cf-ray, report-to, nel. Dispatch the scrub-field list on the service kind.