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.Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
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.