cost-analysis
Analyze actual Azure spend, bill changes, and AKS or AI costs. WHEN: \"Azure cost breakdown\", \"most expensive resources\", \"why did my bill increase\",…
Forecast Azure spend and price planned resources or workloads. WHEN: \"forecast Azure spending\", \"project next month cost\", \"compare forecast to my planning target\", \"how much will Azure cost\", \"estimate VM cost\", \"compare storage tiers\", \"compare Azure regions\",
$ npx -y skills add microsoft/GitHub-Copilot-for-Azure --skill cost-estimation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cost-estimationContext preview
The summary Claude sees to decide when to auto-load this skill.
Forecast Azure spend and price planned resources or workloads. WHEN: \"forecast Azure spending\", \"project next month cost\", \"compare forecast to my planning target\", \"how much will Azure cost\", \"estimate VM cost\", \"compare storage tiers\", \"compare Azure regions\",
name: cost-estimation description: "Forecast Azure spend and price planned resources or workloads. WHEN: \"forecast Azure spending\", \"project next month cost\", \"compare forecast to my planning target\", \"how much will Azure cost\", \"estimate VM cost\", \"compare storage tiers\", \"compare Azure regions\", \"retail price\", \"EA rate card\", \"negotiated pricesheet\". DO NOT USE FOR: configured budget health or alerts, bill analysis, cost spikes, rightsizing, or commitments." license: MIT metadata: author: Microsoft version: "0.0.0-placeholder"
| Intent | Workflow | Primary tools | |--------|----------|---------------| | Forecast existing spend | [Cost forecast](references/cost-forecast/workflow.md) | `forecast_costs` | | Price planned resources | [Pricing estimate](references/pricing-estimate.md) | Pricing tools |
Use for forecasts, pricing, and planning targets.
| Tool | Use | |------|-----| | `forecast_costs` | Forecast a scope. | | `get_retail_prices` | Get public prices. | | `start_pricesheet_download`, `get_pricesheet_status` | Get Enterprise Agreement (EA) or Microsoft Customer Agreement (MCA) prices. |
Fallback: [API mappings](references/tool-fallback.md).
1. Distinguish forecasts from hypothetical pricing. 2. Confirm scope, assumptions, period, region, OS, and currency. 3. Load the matching workflow and label every value type. 4. Never transform MCP results in a shell or interpreter; request tool-side filtering or bounded follow-up queries.
| Error | Action | |-------|--------| | Ambiguous meter | Ask for OS, term, tier, or usage. | | Forecast unavailable | Explain the history requirement. | | Pricesheet pending | Honor the returned polling interval. | | Multiple currencies | Never combine currencies. | | Server error | Retry once; then report the trace ID. |
GitHub Copilot for Azure is a set of extensions for Visual Studio, VS Code, and Claude Code designed to streamline the process of developing for Azure.
Repo: microsoft/GitHub-Copilot-for-Azure
Analyze actual Azure spend, bill changes, and AKS or AI costs. WHEN: \"Azure cost breakdown\", \"most expensive resources\", \"why did my bill increase\",…
Govern Azure costs with budgets, alerts, tags, and policy restrictions. WHEN: \"Azure budget health\", \"configured budget overrun\", \"list Azure budgets\",…
Optimize existing Azure resources and analyze Reservations or Savings Plans. WHEN: \"optimize Azure costs\", \"reduce cloud spending\", \"rightsize…
Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match),…
Apply IRQL graph functions to KQL or IRQL query results for Kusto Explorer visualization. Generates Lift_To_Graph mappings and composes Graph_Render_View,…
Compose IRQL (Incident Response Query Language) queries for Kusto cybersecurity investigations. Translates natural language hunting questions into composable…