一键导入
sqlite-partial-failure-recovery-strict
Validate numeric amounts before insert, route bad rows to error_log with exact reason invalid_amount, and use a transaction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate numeric amounts before insert, route bad rows to error_log with exact reason invalid_amount, and use a transaction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Replay-safe incremental reconcile workflow with dedupe, invalid-amount rejects, and two-pass audit logging.
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.
| name | sqlite-partial-failure-recovery-strict |
| description | Validate numeric amounts before insert, route bad rows to error_log with exact reason invalid_amount, and use a transaction. |
| version | 1 |
Use this skill for partial_failure_recovery_strict tasks.
amount values.transactions.error_log(txn_id, reason) with exact reason invalid_amount.fixture.csv.BEGIN IMMEDIATE or BEGIN TRANSACTION).transactions.error_log with exact reason invalid_amount.SELECT COUNT(*) FROM transactions;SELECT COUNT(*) FROM error_log;SELECT txn_id, reason FROM error_log ORDER BY txn_id;SELECT account, SUM(amount) AS total FROM transactions GROUP BY account ORDER BY account;transactions or error_log.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.