بنقرة واحدة
ledgr-budget-check
Analyze budget vs actual spending and flag categories at risk of overspending
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze budget vs actual spending and flag categories at risk of overspending
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyze net worth trends, break down by asset type, and highlight largest changes
Calculate savings rate, identify top discretionary spending, and model what-if scenarios
Audit recurring charges to find subscriptions, estimate total cost, and identify savings opportunities
Review monthly spending patterns and compare to previous months using Ledgr financial data
| name | ledgr:budget-check |
| description | Analyze budget vs actual spending and flag categories at risk of overspending |
| version | 1.0.0 |
| tools | ["get_budget","show_financial_dashboard"] |
Use when the user asks about their budget, wants to know if they're on track, or asks about spending limits. Trigger phrases: "how's my budget", "am I on track", "budget status", "over budget".
Get current budget. Call get_budget with no month parameter (defaults to current month).
Check if budget exists. If the response has budgetType: null, tell the user they haven't set up a budget for this month and suggest they do so in the Ledgr app.
Calculate projections. For each category:
percentUsed is already provided(spentCents / daysElapsed) * totalDaysInMonthIdentify at-risk categories. A category is at risk if:
percentUsed > 80 AND more than 10 days remain in the monthIdentify under-budget categories. Categories with percentUsed < 50 and more than half the month elapsed — potential reallocation sources.
Show the visual. Call show_financial_dashboard with view: "budget-progress".
Present the summary. Structure:
amountDisplay fields for presenting money to the user.