一键导入
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.