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

.github/skills/azsdk-common-prepare-release-plan/SKILL.md

azsdk-common-prepare-release-plan is a skill for Claude Code, Codex from Azure/azure-sdk-for-java. It costs 231 tokens per session (2,599 once invoked), scanned A, a copy of azsdk-common-prepare-release-plan, MIT.

A workflow for managing release-plan work items for Azure software development kits, which are libraries developers use to access Azure services. It handles creating, reading, updating, abandoning, and linking release-plan records.

In plain words
What is it for?
Use it to create or update a release plan, check its status, abandon it, link an SDK pull request, or handle namespace approval. It is not for generating SDK code or troubleshooting pipelines.
Why use it?
It keeps the information and approvals for an Azure SDK release organised and validates required API specification details. It also limits which internal links are shown.

Skill for Claude CodeCodex ✓ vendor

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

This is Azure/azure-sdk-for-java's own configuration. It tells Claude Code and Codex how to work on azure-sdk-for-java 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-java configures →

About the project

Azure SDK for Java is a collection of Java libraries that let applications connect to and manage Azure services. Java developers use its client libraries to consume services and its management libraries to configure Azure resources. The catalogue add-ons support development with these libraries.

Azure/azure-sdk-for-java · 2,565 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to Azure/azure-sdk-for-java. 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-java/main/.github/skills/azsdk-common-prepare-release-plan/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Azure/azure-sdk-for-java

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-prepare-release-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/azure-sdk-for-java/azsdk-common-prepare-release-plan/github.svg)](https://agentmods.dev/skills/azure/azure-sdk-for-java/azsdk-common-prepare-release-plan)
Your own site
<a href="https://agentmods.dev/skills/azure/azure-sdk-for-java/azsdk-common-prepare-release-plan"><img src="https://agentmods.dev/badge/skills/azure/azure-sdk-for-java/azsdk-common-prepare-release-plan/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-prepare-release-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/azure/azure-sdk-for-java/azsdk-common-prepare-release-plan"><img src="https://agentmods.dev/badge/skills/azure/azure-sdk-for-java/azsdk-common-prepare-release-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 231 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,599 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.
Origin 100% copy Near-identical to another mod 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.00231 $0.02599
Opus 5 $0.00115 $0.01300
Sonnet 5 $0.00046 $0.00520
Haiku 4.5 $0.00023 $0.00260

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

Security

Grade A, and why

azsdk-common-prepare-release-plan 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 9d 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

This is a copy

100% identical to azsdk-common-prepare-release-plan — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/skills/azsdk-common-prepare-release-plan/SKILL.md · 180 lines

How it starts

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

Prepare Release Plan

This skill creates, gets, updates, abandons, and links SDK PRs to release plan work items for Azure SDK releases, helping gather required release data, validate spec inputs, and link related approvals or SDK pull requests without exposing internal work item URLs.

Triggers

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 approval, check release plan status WHEN: "create release plan", "get release plan", "update release plan", "abandon release plan", "link SDK PR to plan", "namespace approval", "check release plan status" DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback

Rules

  • Do not display Azure DevOps work item URLs; only provide the Release Plan Link and ID.
  • Require an API spec PR link or a TypeSpec project path before creating or updating a plan.
  • Validate that the spec PR repository matches the requested API release type before creation.
  • Release plan tools accept either a Release Plan ID or an Azure DevOps work item ID — pass whichever the user provides. Each tool resolves the value automatically (trying it as a Release Plan ID first, then as a work item ID), so you do not need to call azure-sdk-mcp:azsdk_get_release_plan first just to translate one ID into the other.

MCP Tools

Tool Purpose
azure-sdk-mcp:azsdk_create_release_plan Create a new release plan
azure-sdk-mcp:azsdk_get_release_plan Get release plan details by ID
azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr Find release plan by spec PR URL
azure-sdk-mcp:azsdk_update_release_plan Update release plan metadata
azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan Update API spec PR URL in plan
azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan Update SDK/package details in plan
azure-sdk-mcp:azsdk_abandon_release_plan Abandon a release plan
azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan Link SDK PR to release plan
azure-sdk-mcp:azsdk_link_namespace_approval_issue Link namespace approval issue

Read the full file on GitHub · 180 lines

Files

What ships with it

4 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. 9d ago First seen · 180 lines · 231 tokens per session scan A a0f6fcdb1d1b

Subscribe to this mod's changes

azsdk-common-prepare-release-plan is a skill published in the GitHub repository Azure/azure-sdk-for-java (2,565 stars, last pushed today), licensed MIT. It adds 231 tokens to every session and 2,599 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to azsdk-common-prepare-release-plan, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

update-changelog

Update the CHANGELOG.md files of C# projects. Parameters: csroot C# SDK repository root.

Azure/azure-sdk-for-net · 25 tokens

azure-appconfiguration-java

Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots. Triggers: "ConfigurationClient java", "app configuration java", "feature flag java", "configuration setting java", "azure config java".

microsoft/skills · 55 tokens

azure-eventhub-java

Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures.

microsoft/skills · 37 tokens

azure-ai-voicelive-java

Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. Triggers: "VoiceLiveClient java", "voice assistant java", "real-time voice java", "audio streaming java", "voice activity detection java".

microsoft/skills · 60 tokens

azure-communication-callautomation-java

Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording, DTMF recognition, text-to-speech, or AI-powered call flows.

microsoft/skills · 49 tokens

azure-communication-chat-java

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

microsoft/skills · 41 tokens