What problem does it solve?
Reviewing pull requests in the Microsoft MCP repository requires checking many repository-specific concerns such as security boundaries, AOT compatibility, Azure SDK usage, tool contract compatibility, and test evidence, which is easy to miss in manual reviews.
Core Features & Use Cases
- Multi-lens review: Applies eight fixed lenses covering security, C# correctness and AOT, Azure service integration, architecture, testing, tool contracts, documentation, and product intent, plus dynamic lenses triggered by changed files.
- Finding triage: Verifies, deduplicates, and severity-ranks candidate findings so only high-confidence, actionable comments survive.
- Structured output: Produces line-anchored draft comments in interactive sessions or comment-only reviews in GitHub Copilot Code Review.
- Use Case: Given a pull request number or diff, the Skill gathers PR context, reads repository guidance like AGENTS.md, builds a change map, and returns a concise set of inline review comments.
Quick Start
Review pull request 123 in this repository and return draft inline comments for any blocking or warning findings.