원클릭으로
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 직업 분류 기준
| 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.
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.