spending-review
Installation
SKILL.md
Spending Review
Overview
Produces a categorized breakdown of your spending for a given period, compares it against prior months to show trends, and highlights categories where spending increased or decreased significantly.
Wilson Tools Used
spending_summary— get total spending grouped by category for any date rangetransaction_search— drill into specific categories for transaction-level detail
Workflow
- Run
spending_summaryfor the current month to get category-level totals. - Run
spending_summaryfor the previous month to establish a comparison baseline. - Calculate the dollar change and percentage change for each category between the two months.
- Flag any category where spending increased by more than 20% or more than $100.
- For each flagged category, run
transaction_searchwithcategory: "<flagged_category>"andmonths: 1to pull the individual transactions driving the increase. - Present results as a summary table with columns: Category, This Month, Last Month, Change ($), Change (%), Trend Arrow.
- Below the table, list the top 3 categories by absolute spending and the top 3 by percentage increase.
- Provide a one-paragraph narrative summary describing the overall spending pattern and notable changes.
Related skills