What problem does it solve? Reviewing pull requests manually means juggling diffs, context files, and GitHub's review UI, and findings often end up as unstructured chat notes instead of actionable inline comments. This Skill fetches the PR diff, reviews it against a structured checklist, and submits a single GitHub review with line-anchored comments. ## Core Features & Use Cases - Structured review checklist: Assesses the diff across correctness, security, performance, error handling, readability, testing, and scope. - Severity-ranked inline comments: Anchors each finding to a specific file and line in the diff, tagged as critical, warning, or suggestion. - GitHub review submission: Posts one review via the GitHub API with the appropriate event (COMMENT, REQUEST_CHANGES, or APPROVE), respecting the rule that you cannot approve your own PR. - Use Case: A teammate opens PR #42 and asks for a review. Run the command, confirm the drafted review, and the findings land as inline comments the author can resolve with /marvin:pr-resolve. ## Quick Start Ask the assistant to review PR 42 on GitHub and post the review with inline comments.