一键导入
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.