skills/invoice-reconciliation/SKILL.md
Generate premium invoice reconciliation reports from invoice, payment, purchase order, or CSV/XLSX-style exports with matches, discrepancies, anomaly notes, summaries, and manifest metadata.
npx skillsauth add hasna/skills invoice-reconciliationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a reconciliation package from invoice and payment exports. The hosted run produces matched rows, discrepancy tables, anomaly notes, and a management-ready report.
skills auth login.skills run invoice-reconciliation --invoices ./invoices.csv --payments ./payments.csv --company "Acme"
skills run invoice-reconciliation --data "invoice_id,customer,amount,status\nINV-1,Acme,1200,open" --currency USD
| Option | Description | Default |
|--------|-------------|---------|
| --invoices <path> | CSV export with invoice rows. | optional |
| --payments <path> | CSV export with payment rows. | optional |
| --data <text> | Inline invoice/payment CSV-style data. Positional text also works. | optional |
| --company <text> | Company or finance workspace name. | Company |
| --currency <code> | Currency code for output amounts. | USD |
| --output <dir> | Output directory for direct local execution. Hosted runs use the run export directory. | run export dir |
reconciliation-report.mdmatched-invoices.csvdiscrepancies.csvanomalies.jsonsummary.jsonmanifest.jsonAfter submitting a hosted run, poll with skills runs status <run-id> and download outputs with skills exports download <run-id>.
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates