azure/create-api-review
Create an API review PR for an Azure SDK package using API Review Hub. **UTILITY SKILL**. USE FOR: "create API review", "open API review", "compare package versions", "APIView PR". DO NOT USE FOR: fixing APIView comments, SDK code generation, pipeline debugging. INVOKES: azure-sdk-mcp:azsdk_apireviewhub_request_review_pr.
npx skills add https://github.com/Azure/azure-sdk-for-python --skill create-api-review
This skill creates an API review pull request through API Review Hub for a package API surface comparison.
USE FOR: create API review, open API review, compare package versions, APIView PR
WHEN: "create API review", "open API review", "compare package versions", "APIView PR"
DO NOT USE FOR: fixing APIView comments, SDK code generation, pipeline debugging
azure-sdk-mcp version 0.6.32 or later.azure-sdk-mcp:azsdk_apireviewhub_request_review_pr to create the review PR.azsdk api-review create.python for this repository.packageName, targetBranch.baseTag defines the baseline version. Use package tag format: <packageName>_<version>.baseTag is omitted, ask the user to choose one of:packageName.targetRepo: azure-sdk-for-python; targetOwner defaults to Azure unless explicitly provided (for example, a fork), so pass both explicitly when overriding defaults.targetOwner, targetRepo, and targetBranch define where the review PR branch is created.--no-wait corresponds to waitForCompletion: false.--poll-interval-seconds corresponds to pollIntervalSeconds (default 30).azsdk api-review create command for the user with resolved values.| Tool | Purpose |
| ----------------------------------------------------- | ------------------------------- |
| azure-sdk-mcp:azsdk_apireviewhub_request_review_pr | Create API review PR request |
| azure-sdk-mcp:azsdk_upgrade | Check/upgrade MCP server version |
packageName and targetBranch. Optionally collect baseTag.baseTag is not provided, ask the user to choose latest GA (non-beta) or provide a specific tag/version.packageName. If the user provides a tag/version, use that value.azure-sdk-mcp is 0.6.32+.waitForCompletion: false only when user asks for no-wait behavior.pollIntervalSeconds (default 30, override only if requested).azure-sdk-mcp:azsdk_apireviewhub_request_review_pr with language: python, targetRepo: azure-sdk-for-python, and targetOwner (default Azure unless explicitly provided), plus collected inputs.azsdk api-review create command with all resolved arguments.azsdk api-review create `
--language python `
--package-name <packageName> `
--base-tag <baseTag> `
--target-branch <targetBranch> `
--target-owner <targetOwner> `
--target-repo <targetRepo>
Optional flags:
--no-wait--poll-interval-seconds 30--output plain|jsonFor azure-storage-blob comparing 1.0.0 to the latest on main:
packageName: azure-storage-blobbaseTag: azure-storage-blob_1.0.0targetOwner: AzuretargetRepo: azure-sdk-for-pythontargetBranch: mainazure-sdk-mcp:azsdk_upgrade with checkOnly: true to verify current version.baseTag is invalid, confirm the exact release tag name in the repository.baseTag is omitted, confirm the user's baseline choice before requesting the review PR.targetBranch contains the intended newer API surface.Take azure/create-api-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.