What problem does it solve?
Releasing an Azure SDK package requires verifying readiness prerequisites and manually triggering the release pipeline, which is error-prone when done by hand. This Skill automates readiness checks and pipeline triggering through the azure-sdk-mcp server, guiding you through validation and approval steps.
Core Features & Use Cases
- Release Readiness Check: Validates that a package meets all release prerequisites before attempting to publish, surfacing failing checks for resolution.
- Release Pipeline Triggering: Launches the Azure SDK release pipeline for a given package and language, returning the pipeline link and reminding you of the required approval stage.
- Multi-Language Support: Works with .NET, Java, JavaScript, Python, and Go SDK packages already merged on a release branch.
- Use Case: You have merged azure-messaging-eventhubs for Java and want to ship it. Ask the Skill to check readiness, review any failing prerequisites, then trigger the release and approve the release stage in the pipeline.
Quick Start
Ask the assistant to check if your Azure SDK package is ready for release and trigger the release pipeline by providing the package name and language.