month-end-close
Installation
SKILL.md
Month-End Close
Overview
A structured checklist for closing your books each month. Ensures all transactions are categorized, anomalies are reviewed, accounts reconcile, and reports are generated before moving on.
Wilson Tools Used
anomaly_detect— find uncategorized transactions, duplicate entries, and unusual amounts that need reviewspending_summary— generate the monthly summary for reconciliation against bank statementscategorize— apply categories to any uncategorized transactions found during closetransaction_search— pull the full month of transactions for review
Workflow
- Ask which month is being closed (defaults to previous month).
- Run the close checklist in order:
Step 1: Pull all transactions
Use transaction_search for the full month to get the complete transaction set.
Related skills