azure-sdk-for-net: Skill for Claude Code

.github/skills/azsdk-common-sdk-release/SKILL.md

azsdk-common-sdk-release is a skill for Claude Code, Codex from Azure/azure-sdk-for-net. It costs 85 tokens per session (591 once invoked), scanned A, original, MIT.

A release-readiness and publishing workflow for Azure SDK packages. An SDK is a library that developers use to access a service from code, and the workflow uses the Azure SDK release system.

In plain words
What is it for?
Use it to check a package and programming language for release readiness, start the release pipeline, and provide the pipeline link while noting that approval is still required.
Why use it?
It checks required conditions before publishing a package, reducing the chance of starting a release that is not ready.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

This is Azure/azure-sdk-for-net's own configuration. It tells Claude Code and Codex how to work on azure-sdk-for-net itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything azure-sdk-for-net configures →

About the project

Azure SDK for .NET is a repository containing the actively developed C# libraries that applications use to work with Azure services. It is for .NET developers building software that connects to Azure storage, management, and other cloud services.

Azure/azure-sdk-for-net · 6,050 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to Azure/azure-sdk-for-net. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Azure/azure-sdk-for-net/main/.github/skills/azsdk-common-sdk-release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Azure/azure-sdk-for-net

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for azsdk-common-sdk-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/azure-sdk-for-net/azsdk-common-sdk-release/github.svg)](https://agentmods.dev/skills/azure/azure-sdk-for-net/azsdk-common-sdk-release)
Your own site
<a href="https://agentmods.dev/skills/azure/azure-sdk-for-net/azsdk-common-sdk-release"><img src="https://agentmods.dev/badge/skills/azure/azure-sdk-for-net/azsdk-common-sdk-release/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azsdk-common-sdk-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/azure/azure-sdk-for-net/azsdk-common-sdk-release"><img src="https://agentmods.dev/badge/skills/azure/azure-sdk-for-net/azsdk-common-sdk-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 591 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.00591
Opus 5 $0.00043 $0.00296
Sonnet 5 $0.00017 $0.00118
Haiku 4.5 $0.00009 $0.00059

Measured 12d ago against content hash d368ffe5db9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

azsdk-common-sdk-release 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 12d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/skills/azsdk-common-sdk-release/SKILL.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SDK Release

This skill checks release readiness and triggers the Azure SDK release pipeline for packages that are already prepared, guiding the user through prerequisite validation, readiness review, and the final pipeline launch with required approval steps.

Triggers

USE FOR: release SDK, trigger release, check release readiness, release pipeline, publish package, ship SDK WHEN: "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

Rules

  • Requires the azure-sdk-mcp server; there is no CLI fallback for the release workflow.
  • Collect packageName and language, then run the readiness check before attempting to trigger release.
  • If release is triggered, show the pipeline link and remind the user that the release stage still requires approval.

MCP Tools

Tool Purpose
azure-sdk-mcp:azsdk_release_sdk Check release readiness and/or trigger the release pipeline

Steps

  1. Collect Info — Get packageName and language from the user. Optionally get branch (defaults to main).
  2. Determine Intent — If the user explicitly asks to "check readiness" or "check if ready", run azure-sdk-mcp:azsdk_release_sdk with checkReady: true. Otherwise, proceed to trigger the release directly.
  3. Trigger Release — Run azure-sdk-mcp:azsdk_release_sdk with checkReady: false (the default). Show pipeline link and inform user they must approve the release stage.
  4. Review Results — If the release fails due to readiness issues, display failing checks and guide user to resolve.

Examples

  • "Check if azure-storage-blob is ready for release"
  • "Trigger release for @azure/core-rest-pipeline on JavaScript"

Troubleshooting

Read the full file on GitHub · 49 lines

Files

What ships with it

2 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.

Changes

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.

  1. 12d ago First seen · 49 lines · 85 tokens per session scan A d368ffe5db9b

Subscribe to this mod's changes

azsdk-common-sdk-release is a skill published in the GitHub repository Azure/azure-sdk-for-net (6,050 stars, last pushed yesterday), licensed MIT. It adds 85 tokens to every session and 591 once invoked, about $0.0004 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.