What problem does it solve?
mp-review reduces the time spent performing consistent code reviews by automatically analyzing the requested scope (branch, changes, or PR) and producing a structured findings report, with an optional fix phase for low-risk issues.
Core Features & Use Cases
- Scope-based review: Review branch diffs against a detected base, uncommitted changes, or a specified PR (including draft-safe fetching).
- Configurable reviewer coverage: Choose a larger reviewer set for thoroughness (full) or a smaller set for faster iteration (partial/half).
- Two-phase review with conditional autofix: Run a review report first, then optionally apply concrete fixes via an executor agent and re-review until issues are resolved or the iteration cap is reached.
Quick Start
Run the skill for a PR by requesting: mp-review scope=pr:#123 full autofix=true.