What problem does it solve?
This skill solves the challenge of scaling code reviews by dynamically recommending the most relevant specialized reviewers (seats) for a given pull request, preventing reviewer fatigue while ensuring comprehensive coverage.
Core Features & Use Cases
- Intelligent Seat Selection: Analyzes diffs to trigger only the necessary specialized review seats, such as security, performance, or documentation auditors.
- Deterministic Routing: Uses path-based and content-regex-based probes to ensure consistent, repeatable review assignments.
- Use Case: When a developer modifies a package's exports and adds a new dependency, the skill automatically triggers the curator and migrator seats, ensuring the right experts see the change without overwhelming the entire team.
Quick Start
Run the panel-hints script against the current repository to generate a recommended list of review seats for the latest changes.