ワンクリックで
spending-review
Generate a categorized spending breakdown with month-over-month trends.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a categorized spending breakdown with month-over-month trends.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | spending-review |
| description | Generate a categorized spending breakdown with month-over-month trends. |
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.
spending_summary — get total spending grouped by category for any date rangetransaction_search — drill into specific categories for transaction-level detailspending_summary for the current month to get category-level totals.spending_summary for the previous month to establish a comparison baseline.transaction_search with category: "<flagged_category>" and months: 1 to pull the individual transactions driving the increase.=B2-C2 (this month minus last month).=IF(C2<>0, (B2-C2)/ABS(C2)*100, "New").categorize tool first if many transactions are uncategorized.