azure-finops
Azure FinOps reservation analysis, cost validation, waste discovery, and executive reporting. USE WHEN user says 'validate costs', 'check reservations', 'find waste', 'orphaned resources', 'reservation coverage', 'savings analysis', 'draft response for', 'cost analysis', 'are these reservations', 'reservation gaps', OR any Azure cost optimization request.
Works with
--- name: azure-finops description: Azure FinOps reservation analysis, cost validation, waste discovery, and executive reporting. USE WHEN user says 'validate costs', 'check reservations', 'find waste', 'orphaned resources', 'reservation coverage', 'savings analysis', 'draft response for', 'cost analysis', 'are these reservations', 'reservation gaps', OR any Azure cost optimization request. license: MIT --- # AzureFinOps Skill Azure cost optimization through reservation analysis, waste discovery, and stakeholder reporting. ## Important - All Azure operations are **READ-ONLY** — zero modifications to any resource - Primary output language: **Portuguese (BR)** for stakeholder responses - Python CLI fallback: `uv run python -m azure_finops` when MCP/CLI auth unavailable ## Context Files - `AzureToolReference.md` — MCP tools + CLI commands quick reference - `ReservationInventory.md` — SKU matching and reservation interpretation SOP - `PricingComparison.md` — PAYG vs RI pricing methodology and savings formulas ## Workflow Routing | Workflow | Trigger | File | |----------|---------|------| | ValidateCosts | "validate costs", "are these reservations or PAYG", "check billing" | `Workflows/ValidateCosts.md` | | FindWaste | "find waste", "orphaned disks", "orphaned resources" | `Workflows/FindWaste.md` | | CoverageAnalysis | "reservation coverage", "reservation gaps", "savings analysis" | `Workflows/CoverageAnalysis.md` | | DraftResponse | "draft response for", "resposta para", "executive summary" | `Workflows/DraftResponse.md` | ## Examples **Example 1 — Cost Validation:** > "Are these January costs reservations or pay-as-you-go?" > Routes to: `Workflows/ValidateCosts.md` **Example 2 — Waste Discovery:** > "Find orphaned disks and wasted resources across all subscriptions" > Routes to: `Workflows/FindWaste.md` **Example 3 — Executive Response:** > "Draft a response for Jean about the January billing anomalies" > Routes to: `Workflows/DraftResponse.md` --- ## Gotchas - **Reservation matching: SKU naming differs between usage data and purchase data** — `Standard_D8s_v3` in usage vs `D8sv3` in RI. A direct join misses 100%. - **Savings Plan vs Reservation can stack** — calculators that pick one ignore the combined savings. - **PAYG vs RI pricing**: Marketplace listings are excluded from RI — surprise unreserved charges show up for SQL Server BYOL, etc. - **Cost data lag is 24-48 hours** — same-day analyses miss recent activity entirely. - **RI scope (shared vs single-subscription)**: wrong scope means the RI applies to unintended workloads — and you discover it months later in an audit. - **Currency conversion in EA reports**: exchange rate is locked at month close; mid-month estimates use a different rate than the final invoice.
More DevOps & Infrastructure skills
azure-ai
microsoft/azure-skills
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
appinsights-instrumentation
microsoft/azure-skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-storage
microsoft/azure-skills
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

