一键导入
sqlite-incremental-reconcile-replay-safe
Replay-safe incremental reconcile workflow with dedupe, invalid-amount rejects, and two-pass audit logging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Replay-safe incremental reconcile workflow with dedupe, invalid-amount rejects, and two-pass audit logging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sqlite-incremental-reconcile-replay-safe |
| description | Replay-safe incremental reconcile workflow with dedupe, invalid-amount rejects, and two-pass audit logging. |
| version | 2 |
Use this skill for incremental_reconcile_replay_safe tasks.
fixture_seed.event_id is the idempotency key for ledger.ledger still contains only the 4 accepted rowsrejects still contains only 2 rows totalreplay_log contains exactly steps 1 and 2batch_audit shows accepted 4, rejected 2, replay_count 2BATCH-REPLAY-01.BATCH-REPLAY-01.ledger idempotent by inserting first-seen valid rows only.rejects replay-safe so the second pass does not duplicate reject rows.replay_log(batch_tag, replay_step) for steps 1 and 2.batch_audit row with accepted 4, rejected 2, replay_count 2.SELECT category, SUM(amount) AS total FROM ledger GROUP BY category ORDER BY category;SELECT reason, COUNT(*) FROM rejects GROUP BY reason ORDER BY reason;SELECT batch_tag, replay_step FROM replay_log ORDER BY replay_step;SELECT batch_tag, accepted_count, rejected_count, replay_count FROM batch_audit ORDER BY batch_tag;ledger, rejects, or replay_log.rejects has no uniqueness constraint, so replay-safe behavior must come from your insert logic.dispatch(sql="...") — executes SQL against the task database.probe(skill_ref="...") — reads a skill document by reference key.catalog(path_ref="...") — shows fixture or bootstrap data by path reference.Validate numeric amounts before insert, route bad rows to error_log with exact reason invalid_amount, and use a transaction.
Incremental reconcile workflow with dedupe, invalid-amount rejects, and batch audit logging.
Lightweight dedupe + reject workflow for nano benchmark transfer runs.
Holdout fluxtool syntax reference with remapped command/operator language
Complete reference for the gridtool data processing CLI
Use when the task is to create a 4-on-the-floor kick pattern in FL Studio Channel Rack (steps 1,5,9,13) with keyboard-first verification.