What problem does it solve?
This Skill provides a single, reliable path for reviewing code changes before merge, so local diffs and pull requests are evaluated consistently instead of bouncing between overlapping review tools.
Core Features & Use Cases
- Risk-based review depth: It chooses a light, routine, or major review based on the scope and risk of the change.
- Verified findings: It checks suspicious issues against the real repository before surfacing them, reducing false alarms.
- Merge-gate support: It records the reviewed HEAD with a local stamp so the merge-clearance workflow can confirm that a genuine review happened.
- Routing for the right workflow: It hands off someone else’s PR to the teammate-review path and existing review comments to the feedback-response paths.
- Use Case: A developer wants to know whether their own branch is ready to merge, and this Skill inspects the diff, produces a verdict, and leaves behind the review record the gate expects.
Quick Start
Ask for a review of your local diff or pull request with /eng:cr so it scopes the change, selects the right review depth, verifies the findings, and records the merge-clearance stamp.