What problem does it solve? Reviewing pull requests in the TridentWarehouse-UX Azure DevOps repo requires juggling MCP tool calls, authentication quirks, and consistent review standards. This Skill centralizes the repo constants, MCP tool usage, and a distilled review philosophy so listing, triaging, and reviewing PRs follows one repeatable workflow. ## Core Features & Use Cases - PR Listing and Triage: Query open, completed, or assigned PRs via the azure-devops MCP server and present them as a Markdown table with optional file and comment counts. - Structured PR Review: Fetch PR metadata and diffs, then generate candidate review comments grouped by file with severity tags, evidence links, and draft text based on a documented review philosophy. - Fallback Shell Scripts: Use az rest-based scripts (list-prs.sh, show-pr.sh) when the MCP server is unavailable, with non-interactive authentication checks. - Use Case: Ask "what PRs are waiting on me" to get a filtered table of active PRs where you are a reviewer, then say "review PR 1234" to receive candidate comments grounded in the repo's architectural rules. ## Quick Start Ask the assistant to list the open pull requests in the TridentWarehouse-UX repo or to review a specific PR by its ID.