← Explore all skills

CLOUD OPERATIONS / Microsoft

Microsoft Azure Cost Management

Connects Azure cost reports to actual billing queries, utilization evidence and separately identified savings estimates.

“Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: "Azure costs", "Azure bill", "cost breakdown", "how much am I spending", "forecast spending",”

01 / THE REASONING

Why this made the selection.

  • Requires the total bill and service breakdown alongside optimization suggestions.
  • Distinguishes actual costs, observed utilization, validated pricing and estimated savings, with saved query evidence.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • .github/plugins/azure-skills/skills/azure-cost/SKILL.md
  • .github/plugins/azure-skills/skills/azure-cost/cost-query/guardrails.md
  • .github/plugins/azure-skills/skills/azure-cost/cost-optimization/workflow.md
  • .github/plugins/azure-skills/skills/azure-cost/references/tools-and-best-practices.md
  • LICENSE

Our findings

  • The workflow queries costs before recommending changes and calls for utilization data to support rightsizing.
  • Its throttling guidance honors the longest applicable retry-after response and its pagination guidance follows nextLink.
  • The safety reference requires approval before destructive operations and asks for non-production checks and rollback planning.

Not established by this review

  • Source inspection only; no skill installation or workflow execution was performed.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Add a skill to your workflow.

Upstream setup instructions ↗

DOCUMENTED COMMAND

npx skills add https://github.com/microsoft/skills/tree/96bbd0043d58468fe02090a1691a138e1ef0182b/.github/plugins/azure-skills/skills/azure-cost

Copying does not execute this command. It may retrieve a newer version than the reviewed source.

  1. Install the complete skill directory with its references and helpers; a copied SKILL.md alone may be incomplete.
  2. Choose the intended agent and project scope in the installer, then review its permissions before using the skill.

Before you start

  • Node.js/npm for this installer
  • An agent that supports the Agent Skills format
  • Azure authentication and relevant Cost Management Reader, Monitoring Reader and Reader access
  • Azure Quick Review and required extensions for the documented optimization path

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. https://github.com/microsoft/skills/blob/96bbd0043d58468fe02090a1691a138e1ef0182b/.github/plugins/azure-skills/skills/azure-cost/SKILL.md

    Supports: summary, upstreamDescription, whySelected, bestFor, limitations, review, compatibility, access

  2. https://github.com/microsoft/skills/blob/96bbd0043d58468fe02090a1691a138e1ef0182b/.github/plugins/azure-skills/skills/azure-cost/cost-query/guardrails.md

    Supports: review, limitations, access

  3. https://github.com/microsoft/skills/blob/96bbd0043d58468fe02090a1691a138e1ef0182b/.github/plugins/azure-skills/skills/azure-cost/cost-optimization/workflow.md

    Supports: review, limitations, access

  4. https://github.com/microsoft/skills/blob/96bbd0043d58468fe02090a1691a138e1ef0182b/.github/plugins/azure-skills/skills/azure-cost/references/tools-and-best-practices.md

    Supports: review, limitations, access

  5. https://github.com/microsoft/skills/blob/96bbd0043d58468fe02090a1691a138e1ef0182b/LICENSE

    Supports: license

  6. https://github.com/microsoft/skills/blob/96bbd0043d58468fe02090a1691a138e1ef0182b/README.md

    Supports: install, compatibility, access

  7. https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/README.md

    Supports: install

  8. https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/git.ts

    Supports: install