원클릭으로
sqlite-incremental-reconcile
Stateful ingest workflow with dedupe, rejects, and checkpoint logging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Stateful ingest workflow with dedupe, rejects, and checkpoint logging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | sqlite-incremental-reconcile |
| description | Stateful ingest workflow with dedupe, rejects, and checkpoint logging. |
| version | 1 |
Use this skill for incremental_reconcile tasks.
CKP-APR-01fixture_seed.event_id is the idempotency key.rejects with reason duplicate_event.BEGIN TRANSACTION).fixture_seed into ledger with checkpoint tag CKP-APR-01.rejects with reason duplicate_event.checkpoint_log with checkpoint tag and inserted row count.COMMIT).SELECT category, SUM(amount) AS total FROM ledger GROUP BY category ORDER BY category;ledger to satisfy dedupe.ledger.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.Replay-safe incremental reconcile workflow with dedupe, invalid-amount rejects, and two-pass audit logging.
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