mcpbeat

Azsdk Common SDK Release

azure/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: azure-sdk-mcp:azsdk_release_sdk.

2k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
122
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Azure/azure-sdk-for-net --skill azsdk-common-sdk-release

What comes with it

4 480 bytes besides the instruction
evals/eval.yaml
evals/trigger.eval.yaml

The instruction itself

5 sections, as written by the author

SDK Release

MCP Tools

| Tool | Purpose |

| ------------------- | ----------------------------------------------------------- |

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

Steps

  • Collect Info — Get packageName and language from the user. Optionally get branch (defaults to main).
  • Check Readiness — Run azure-sdk-mcp:azsdk_release_sdk with checkReady: true to verify API review approval, changelog, package name approval, and release date.
  • If APIView approval is pending display the link or guidance to find the link if not provided.
  • Review Results — If not ready, display failing checks and guide user to resolve.
  • Trigger Release — Once ready, run azure-sdk-mcp:azsdk_release_sdk with checkReady: false. Show pipeline link and inform user they must approve the release stage.

Examples

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

Troubleshooting

  • If readiness check fails, review each failing prerequisite individually before re-triggering.
  • Requires azure-sdk-mcp server. No CLI fallback — prompt user to configure MCP if unavailable.

How to use it

Copy the folder

Take azure/azsdk-common-sdk-release from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.