원클릭으로
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.