Statement Reconciliation
Takes a vendor statement and your accounts-payable log, and confirms every invoice on the statement is already recorded in the log. If everything matches, it reports the statement reconciled. If an invoice is missing, it flags it and drafts a reply to the vendor requesting that invoice — drafted, not sent. A human reviews and sends. Handles multi-page statements, lossy scans, and ambiguous near-matches (rounding, date mismatches) by flagging rather than guessing. Keeps ambiguous lines out of the vendor draft so you only request what's truly absent. Pairs with an invoice-processing skill as the AP automation set.
Simple install — no setup required
Download the skill file below
Add it to Claude — pick your platform:
Claude desktop app
- Open the Claude desktop app
- Go to Code, then Customize
- Click Create a new skill
- Upload the skill file you downloaded
claude.ai (web)
- Go to Customize, then Skills
- Click +, then Create a new skill
- Upload the skill file you downloaded
Say a trigger phrase to activate it
Download the skill file below
Place it at .cursor/skills/statement-reconciliation/SKILL.md (rename the downloaded file to SKILL.md). The shared .agents/skills/statement-reconciliation/SKILL.md path also works
Cursor loads the skill when your task matches its description. Say a trigger phrase to activate it
Download the skill file below
In ChatGPT, create a Project and attach the file (or paste its contents into the project instructions). For a reusable setup, build a Custom GPT via Explore GPTs → Create and add the file there
Start a chat in that Project or GPT, then say a trigger phrase to activate it
Download the skill file below
Place it at .github/skills/statement-reconciliation/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Copilot loads the skill when it is relevant to your task. Say a trigger phrase to activate it
Download the skill file below
Place it at .agents/skills/statement-reconciliation/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Codex loads the skill when your task matches, or invoke it explicitly with /skills. Say a trigger phrase to activate it
Your skill is downloading.
Get an email when we ship new skills and updates.
You're on the list. We'll email you when new skills drop.
What this skill does
This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the pinned source below.
Statement Reconciliation
Check a vendor statement against the AP log to confirm every invoice is recorded, and draft a request for any that are missing. Use when a vendor statement arrives.
Built from real AP workflows in finance teams. The skill enforces cite-both-sides discipline: every matched line cites the statement source AND the AP-log row. Ambiguous lines (rounding, date mismatches) are flagged separately from truly missing invoices. The vendor request is always drafted, never auto-sent.
Includes an eval contract with four self-tests covering missing invoice detection, rounding ambiguity, absent-vs-ambiguous separation, and draft idempotency.
View full SKILL.md on GitHub