azsdk-common-apiview-feedback-resolution
Installation
SKILL.md
APIView Feedback Resolution
This skill analyzes and resolves APIView review feedback on Azure SDK pull requests by retrieving reviewer comments, categorizing them, and applying TypeSpec or customization updates that bring the SDK API surface into compliance before re-review.
Triggers
USE FOR: APIView comments, API review feedback, SDK API surface changes WHEN: "resolve APIView comments", "address API review feedback", "update SDK API surface after APIView" DO NOT USE FOR: general code review, non-APIView feedback
Rules
- Requires the
azure-sdk-mcpserver; there is no CLI fallback for retrieving APIView comments or applying TypeSpec changes. - Retrieve and categorize APIView comments before making changes so fixes map to reviewer intent.
- Validate, regenerate, build, and test after applying fixes before requesting re-review.