What problem does it solve?
Monthly financial reconciliation requires comparing Stripe activity and bank deposits against invoices line by line, which is tedious and error-prone when done manually. This Skill automates the matching process with consistent tolerance rules so only genuine exceptions reach a human reviewer.
Core Features & Use Cases
- Three-tier matching: Classifies every transaction as an exact match, a tolerance match (within disclosed Stripe fees or standing timing allowances), or a mismatch requiring escalation.
- Sheet-based memory: Reads the reconciliation sheet's history and explained-mismatch notes so each fresh session judges new lines against the same standard as past runs.
- Structured escalation: Writes a summary back to the sheet with counts and one row per unresolved mismatch, attaching both the Stripe and bank references so reviewers never re-pull records.
- Use Case: A finance operator schedules a monthly cron run that reconciles the closed period across Stripe payouts and the Plaid-linked bank feed, then reviews only the handful of genuinely unexplained exceptions instead of every transaction.
Quick Start
Ask the agent to reconcile last month's Stripe payouts and bank deposits against the invoices in the reconciliation sheet and escalate any unexplained mismatches.