Reconcile the daily ledger against bank exports
Scanned 9/3/2026
Install to Claude Code
npx -y skills add odysseyalive/claude-workforce --skill reconcile --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reconcile?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/odysseyalive-reconcile)More formats (shields.io, HTML) on the badges page.
---
name: reconcile
description: "Reconcile the daily ledger against bank exports"
---
# Reconcile
## Workflow
1. Pull the day's export into `data/exports/`.
2. Run `go run ./cmd/reconcile --date <YYYY-MM-DD>`.
3. Any unmatched row over $50 stops the run and is reported, never guessed.
4. Write the summary to `data/reports/<date>.md`.
## Never
- Never edit an export file. They are the source of truth.
- Never auto-match on amount alone.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!