一键导入
budget-review
Analyze current month budget variance, spending trends, anomalies, and savings rate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze current month budget variance, spending trends, anomalies, and savings rate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Personal budgeting and financial planning skill. Use when: (1) Analyzing spending patterns by category or time period, (2) Comparing budget vs actual spending, (3) Calculating savings rates, (4) Forecasting cash flow, (5) Planning tax-aware financial decisions. Tools: actual-mcp for budget/transaction data, ghostfolio-mcp for investment portfolio context.
Generate family-office HTML emails for family personas. Use `brief` mode for scheduled or report-style outbound emails and `reply` mode for natural in-thread family replies.
Personal portfolio management and investment analysis skill. Use when: (1) Checking portfolio risk (ES, VaR, drawdown), (2) Running rebalancing or optimization, (3) Equity research and valuation, (4) Tax-loss harvesting analysis, (5) Policy/regulatory impact assessment, (6) Performance attribution and benchmarking. Tools: 7 investing-workspace MCP servers + ghostfolio-mcp for portfolio tracking.
Paperless-ngx document filing skill with tagging taxonomy, retention policies, and batch filing workflows. Use when ingesting, tagging, searching, or managing documents in Paperless-ngx.
Two-tier memory system that makes Codex CLI a true household collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Codex understands requests like a family office staff member would. AGENTS.md for working memory, memory/ directory for the full knowledge base.
Canonical ingestion workflow for family-office records: discover candidate files in Google Drive, Gmail attachments, OneDrive, and SharePoint; deduplicate minor variants; choose one canonical document; and upsert into Paperless with normalized title, document type, correspondent, and owner-routing tags. Use when seeding Paperless, running periodic syncs, or cleaning duplicates across storage systems.
基于 SOC 职业分类
| name | budget-review |
| description | Analyze current month budget variance, spending trends, anomalies, and savings rate. |
| user-invocable | true |
Analyze the current month's budget performance with trend context, anomaly detection, and savings rate tracking.
actual-budget.analytics(operation="monthly_summary")actual-budget.analytics(operation="spending_by_category")actual-budget.budgetactual-budget.transactionactual-budget.analytics(operation="balance_history")scripts/budget_variance_analyzer.py — materiality-filtered variance analysis with favorability classification; feed it actual-budget.analytics spending data and budget targetsactual-budget.analytics(operation="monthly_summary") for current and prior 3 monthsactual-budget.analytics(operation="spending_by_category") for current monthactual-budget.budget for current month budget targets by categoryCompare actual spending to budget by category:
## Budget Variance — [Month Year]
| Category | Budget | Actual | Variance | % | Status |
|----------|--------|--------|----------|---|--------|
| | | | | | Over/Under/On Track |
### Summary
| | Amount |
|---|--------|
| Total Budgeted | |
| Total Spent | |
| Net Variance | |
Flag categories with:
Compare current month to rolling 3-month average:
### Spending Trends
| Category | 3-Mo Avg | This Month | Delta | Trend |
|----------|----------|-----------|-------|-------|
| | | | | Rising/Falling/Stable |
Flag categories with sustained rising trends (3+ consecutive months of increase).
Scan for unusual patterns:
### Savings Rate
| Metric | Amount |
|--------|--------|
| Total Income | |
| Total Expenses | |
| Net Savings | |
| Savings Rate | X% |
| 3-Month Avg Savings Rate | X% |
| YTD Savings Rate | X% |
## Budget Review — [Month Year]
### Key Findings
- [2-3 headline observations]
### Variance Summary
[Table from Step 2]
### Trend Highlights
[Notable trends from Step 3]
### Anomalies
[Flagged items from Step 4]
### Savings Rate
[Metrics from Step 5]
### Action Items
- [Specific budget adjustments or follow-ups needed]