用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hvkshetry/StewardOS --skill budget-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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]