What problem does it solve? Reviewing GitLab Merge Requests thoroughly is time-consuming, and subtle issues like interaction bugs, silent regressions, and untested edge cases are easy to miss when scanning diffs alone. ## Core Features & Use Cases - End-to-End MR Review: Fetches MR metadata, checks out the branch, diffs changes, and reads changed files in full context using the glab CLI. - Multi-Level Issue Detection: Examines correctness, edge cases, validation, test coverage, breaking changes, and documentation gaps. - Structured Review Output: Produces a summary, per-file breakdown with severity indicators, and concrete issues with suggested fixes. - Use Case: A teammate asks you to review MR 42 before merging. The Skill checks out the branch, skips generated files like lockfiles and mocks, reads the handwritten changes in context, and reports a missing negative test plus a potential breaking change to a config key. ## Quick Start Ask the assistant to review GitLab MR 42 in the current repository using the glab CLI.