
Close Month
- 1.1k installs
- 23.3k repo stars
- Updated August 5, 2026
- anthropics/knowledge-work-plugins
Month-end close skill: reconcile QB vs processors, flag gaps, narrate P&L, export close packet XLSX and PDF.
About
Month-end close workflow accepting --month YYYY-MM and --save-to files/desktop/both. Step 1 reconciles QuickBooks transactions against PayPal/Stripe/Square settlements with ±2 day matching and surfaces unmatched settlements, unmatched QB deposits, and variance lines. Step 2 flags uncategorized entries, suspicious duplicates, and missing receipts above $75, waiting for owner triage without auto-fixing. Step 3 generates plain-English P&L narrative from QB numbers cross-referenced with transactions. Step 4 exports close-packet XLSX (Reconciliation, Flagged, P&L, Trial Balance) and one-page PDF summary.
- QB vs processor reconciliation with three gap categories
- Flags uncategorized, duplicate, and missing-receipt items for owner triage
- Plain-English P&L narrative with prior-month comparisons
- Exports close-packet XLSX and PDF to Drive, desktop, or both
- Never auto-fixes flagged items or deletes duplicates without confirmation
Close Month by the numbers
- 1,124 all-time installs (skills.sh)
- +78 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #266 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
close-month capabilities & compatibility
- Capabilities
- reconcile qb processors · flag suspicious entries · write pl narrative · export close packet · gate owner triage
- Use cases
- planning · data analysis · project management
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill close-monthAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.1k |
|---|---|
| repo stars | ★ 23.3k |
| Last updated | August 5, 2026 |
| Repository | anthropics/knowledge-work-plugins ↗ |
How do I close the month, reconcile payment processors to QuickBooks, and package results for my accountant?
Run month-end close: reconcile QuickBooks vs payment processors, flag gaps, write P&L narrative, export close packet XLSX and PDF.
Who is it for?
SMB owners running monthly books with QuickBooks plus PayPal, Stripe, or Square settlements.
Skip if: Real-time cash forecasting (use cash-flow-snapshot) or automated categorization without owner review.
When should I use this skill?
User runs month-end close, needs QB vs processor reconciliation, or wants a close packet for their accountant.
What you get
Reconciliation report, triaged flags, P&L narrative, and saved close-packet XLSX/PDF for the target month.
- reconciliation report
- P&L narrative
- close packet export
Files
Run the month-end close workflow. Reconcile, flag gaps, narrate the P&L, and export the close packet for the owner's records (and their accountant).
Parse arguments:
--month(default: previous calendar month) —YYYY-MMformat--save-to(defaultfiles) —files(Google Drive / OneDrive),desktop(local), orboth
Step 1 — Reconcile
Trigger the month-end-prep skill workflow:
1. Pull all QuickBooks transactions for the target month. 2. Pull settlements from each connected payment processor (PayPal, Stripe, Square) for the same month. 3. Match QB entries to processor settlements by amount + date (±2 days). 4. Surface three gap categories:
- Unmatched processor settlements — money came in via PayPal/Stripe/Square but never landed in QB
- Unmatched QB deposits — QB shows income with no processor record (cash? wire? misclassified?)
- Variance lines — matched but amount differs (fees, refunds split)
Step 2 — Flag suspicious entries
Surface in the same report:
- Uncategorized transactions — QB entries with no category
- Suspicious duplicates — same amount, same vendor, within 3 days
- Missing receipts — QB entries above $75 with no attachment
For each, recommend an action: categorize as X, delete duplicate, attach receipt from inbox.
Wait for owner to triage flagged items before generating the narrative. Do not auto-categorize or auto-delete.
Step 3 — P&L narrative
After triage, generate a plain-English P&L narrative:
{Month YYYY} closed at ${revenue} revenue ({+/-}{X}% vs prior month).
Top driver: {category/customer}. Biggest swing: {category} {direction} ${amount}
because {reason inferred from transactions}.
Margin: {X}% ({+/-}Y pts vs prior). {Cost-side commentary}.
Three notable items:
1. ...
2. ...
3. ...Numbers come from QB; the why comes from cross-referencing top transactions, vendor names, and prior-month deltas.
Step 4 — Export the close packet
Generate two files:
1. `close-packet-{YYYY-MM}.xlsx` — multi-tab workbook:
Reconciliation— QB ↔ processor match table with gap rows highlightedFlagged— uncategorized / duplicates / missing receiptsP&L— formatted income statement with prior-month delta columnTrial Balance— accounts + ending balances
2. `close-packet-{YYYY-MM}.pdf` — one-page summary: P&L narrative + top-line numbers + gap count
Save both to the chosen --save-to location. Filename format: close-packet-2026-04.xlsx etc.
Connector failures
If QuickBooks is unreachable, stop — reconciliation requires QB as the source of truth. If a payment processor (PayPal, Stripe, Square) is unreachable, run reconciliation against the available processors and note "PayPal not connected — PayPal settlements skipped from reconciliation" (or whichever is missing). If all processors are missing, run QB-only analysis and flag it.
Approval gates
- Never auto-fix flagged items. Always show the gap, recommend an action, wait for the owner.
- Never delete duplicates without explicit confirmation. Show both records side-by-side.
- Saving the packet is auto — it goes to the owner's own drive.
Output
End the run with a one-paragraph recap: revenue, margin, gap count remaining (if any), file paths to the saved packet. If gaps were not all resolved, list them so the owner can revisit.
Related skills
How it compares
Use close-month for recurring QB reconciliation automation; use general PM skills when the task is engineering planning rather than finance close.
FAQ
What happens if QuickBooks is unreachable?
Stop immediately; reconciliation requires QuickBooks as the source of truth.
Will the skill auto-categorize flagged transactions?
No. It recommends actions and waits for owner triage; never auto-fixes or deletes duplicates without explicit confirmation.
What files are exported?
close-packet-YYYY-MM.xlsx with Reconciliation, Flagged, P&L, and Trial Balance tabs plus a one-page PDF summary.