Statement Reconciler

Verifies that an extracted statement is internally consistent by checking that opening_balance + sum(transactions) = closing_balance within a small tolerance, and produces a reconciliation report flagging missing rows, double-counted rows, sign errors, and rounding diffs. Use as the gate between PDF extraction and committing transactions to the data store, when reconciling a statement that does not balance, or when user mentions reconcile, balance check, or statement does not tie out.

lyndonkl bd58f67 6.7 KB Updated

File contents

lyndonkl/claude/tree/main/skills/statement-reconciler commit bd58f67fdf

Frequently asked questions

npx skillmds add lyndonkl/statement-reconciler