Azure Developer CLI (azd) is a command-line tool for building, deploying, and operating applications on Azure. Developers use it to move through application workflows such as coding, building, deployment, and monitoring with Azure templates and resources. Its catalogue entries help AI agents work with azd and Azure application projects.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/azure/azure-dev/changelog-generationnpx skills add Azure/azure-dev --skill changelog-generationgit clone --depth 1 https://github.com/Azure/azure-devWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/azure/azure-dev/changelog-generation)<a href="https://agentmods.dev/skills/azure/azure-dev/changelog-generation"><img src="https://agentmods.dev/badge/skills/azure/azure-dev/changelog-generation.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00167 | $0.01876 |
| Opus 5 | $0.00084 | $0.00938 |
| Sonnet 5 | $0.00033 | $0.00375 |
| Haiku 4.5 | $0.00017 | $0.00188 |
Grade A, and why
changelog-generation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
changelog-generation
WORKFLOW SKILL — Generates release changelog entries for azd core or extensions.
INVOKES: GitHub MCP tools, git CLI, gh CLI, cspell CLI, ask_user.
Workflow
Step 1 — Determine Scope
Auto-detect scope from the current working directory:
-
Check if the cwd is inside a
cli/azd/extensions/<name>/directory.- If yes → infer extension scope, with
<name>as the target extension. - If no → infer core scope.
- If yes → infer extension scope, with
-
Present the detected scope to the user for confirmation via
ask_user:I detected you're in
<cwd>, so I'll generate changelog for [core azd CLI | extension<name>]. Is that correct?Choices:
- Yes, that's correct (Recommended)
- No, switch to [core | an extension]
-
If extension and not auto-detected: list folders under
cli/azd/extensions/and ask the user to select the target. -
After extension scope is confirmed (whether auto-detected or manually selected), verify the target extension contains
CHANGELOG.md,version.txt, andextension.yaml. If any are missing, stop and list which files are absent.
Step 2 — Determine Version & Update Files
Files to update (core): cli/azd/CHANGELOG.md, cli/version.txt, cli/azd/pkg/azdext/version.go
Files to update (extension): <extension>/CHANGELOG.md, <extension>/version.txt, <extension>/extension.yaml
For version derivation rules, see references/scope-rules.md § Version Files.
- Core: use the version specified in the triggering issue or user request if explicit (e.g., "Create changelog for 1.24.2"); otherwise derive from the existing unreleased header (strip
-beta.*and(Unreleased)), use today's date. Updatecli/version.txtandcli/azd/pkg/azdext/version.go(Versionconstant) to the released version. - Extension: ask the user for the new version number via
ask_user. Update bothversion.txtandextension.yaml— they must match exactly.
What ships with it
47 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- audit/.gitignore 6 B
- audit/corrected/1.22.2.md 687 B
- audit/corrected/1.22.3.md 383 B
- audit/corrected/1.22.4.md 787 B
- audit/corrected/1.22.5.md 405 B
- audit/corrected/1.23.0.md 2.6 KB
- audit/corrected/1.23.1.md 1.0 KB
- audit/corrected/1.23.10.md 305 B
- audit/corrected/1.23.11.md 2.6 KB
- audit/corrected/1.23.12.md 1.0 KB
- audit/corrected/1.23.13.md 2.7 KB
- audit/corrected/1.23.14.md 3.3 KB
- audit/corrected/1.23.15.md 3.5 KB
- audit/corrected/1.23.2.md 617 B
- audit/corrected/1.23.3.md 335 B
- audit/corrected/1.23.4.md 1.1 KB
- audit/corrected/1.23.5.md 604 B
- audit/corrected/1.23.6.md 1.7 KB
- audit/corrected/1.23.7.md 3.9 KB
- audit/corrected/1.23.8.md 4.0 KB
- audit/corrected/1.23.9.md 3.2 KB
- audit/findings.md 12 KB
- audit/go.mod 59 B
- audit/main.go 29 KB
- audit/published/1.22.2.md 687 B
- audit/published/1.22.3.md 383 B
- audit/published/1.22.4.md 787 B
- audit/published/1.22.5.md 405 B
- audit/published/1.23.0.md 2.7 KB
- audit/published/1.23.1.md 1.0 KB
- audit/published/1.23.10.md 305 B
- audit/published/1.23.11.md 2.6 KB
- audit/published/1.23.12.md 1.0 KB
- audit/published/1.23.13.md 3.2 KB
- audit/published/1.23.14.md 3.7 KB
- audit/published/1.23.15.md 3.5 KB
- audit/published/1.23.2.md 617 B
- audit/published/1.23.3.md 335 B
- audit/published/1.23.4.md 1.2 KB
- audit/published/1.23.5.md 604 B
- audit/published/1.23.6.md 1.7 KB
- audit/published/1.23.7.md 3.9 KB
- audit/published/1.23.8.md 4.0 KB
- audit/published/1.23.9.md 3.2 KB
- audit/README.md 2.6 KB
- references/pr-processing.md 4.9 KB
- references/scope-rules.md 3.9 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 116 lines · 167 tokens per session scan A 63bd077cbb8e
changelog-generation is a skill published in the GitHub repository Azure/azure-dev (568 stars, last pushed today), licensed MIT. It adds 167 tokens to every session and 1,876 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
update-changelog
Update the CHANGELOG.md files of C# projects. Parameters: csroot C# SDK repository root.
azsdk-common-prepare-release-plan
Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. UTILITY SKILL. USE FOR: "create release plan", "get release plan", "update release plan", "update API spec in release plan", "update SDK details in release plan", "abandon release plan", "link SDK PR to plan", "namespace…
refresh-arm-sdk-release
WORKFLOW SKILL — Prepares Azure.ResourceManager SDK refresh pull requests in azure-sdk-for-net. WHEN: "prepare sdk refresh", "refresh Azure.ResourceManager package", "update ARM SDK from autorest tag", "refresh changelog dependencies". INVOKES: git and GitHub pull request tools for branch, commit, push, and PR…
azsdk-common-sdk-release
Check release readiness and trigger the release pipeline for Azure SDK packages. UTILITY SKILL. USE FOR: "release SDK", "trigger release", "check release readiness", "release pipeline", "publish package", "ship SDK". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES…
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
release
Cut a FastMCP release end to end. Use when the maintainer says "cut a release", "prep a patch", "ship 4.x.y", or asks what a release would contain. Covers the notes preview, the title pun, the docs changelog PR that must land before the tag, the tag itself, the publish fan-out, and verifying gofastmcp.com actually…