What problem does it solve?
Reviewing large vstest pull requests without focus leads to shallow, generic feedback. This Skill maps changed files and folders to specific review dimensions so reviewers concentrate only on the concerns relevant to the modified subsystems.
Core Features & Use Cases
- Folder-to-Dimension Routing: Maps vstest source folders (e.g., CrossPlatEngine, ObjectModel, CommunicationUtilities) to applicable review dimensions like IPC Transport Stability or Public API Surface Protection.
- Dimension Summaries: Provides quick-reference definitions for 16 review dimensions covering parallelism, crash dumps, backward compatibility, and more.
- Scenario Playbooks: Pre-built activation guidance for common PR types such as dependency bumps, RunSettings changes, or testhost modifications.
- Use Case: When a PR modifies
src/Microsoft.TestPlatform.ObjectModel/, the Skill directs the reviewer to check Public API Surface Protection, Backward Compatibility, and Cross-TFM Framework Resolution rather than reviewing everything.
Quick Start
Ask the expert-reviewer agent to review a vstest pull request and it will use this routing table to activate only the relevant review dimensions.