ワンクリックで
capture-retry-safety
Review payment capture changes for retry safety, duplicate settlement events, and contract alignment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review payment capture changes for retry safety, duplicate settlement events, and contract alignment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review cross-service API changes for compatibility with known consumers.
Review payment capture, refund, and settlement code for retry safety and duplicate-processing risk.
Review shared workflow, artifact, and deployment interfaces for downstream breakage.
Review event and data contract changes for consumer-safe migration paths.
| name | capture-retry-safety |
| description | Review payment capture changes for retry safety, duplicate settlement events, and contract alignment. |
For payment capture endpoints and workers, verify that retry behavior cannot duplicate money movement or settlement side effects.
Flag changes that:
payment.captured event for the same successful capture or idempotency keycaptured without first validating the current status is capturableFindings should identify the endpoint or event path, explain the duplicate-settlement or invalid-transition risk, and prefer one of these concrete guards:
Treat duplicate settlement events and invalid capture state transitions as action required when downstream workers can settle, reconcile, or notify from payment.captured events.