What problem does it solve? Reviewing a merge request or pull request by hand means fetching the change, finding its linked work item, checking out the right commit, writing findings, and then manually posting each comment and verdict on the host. This Skill automates that entire loop so the review lands on the change itself as inline comments plus an approval or request-changes verdict. ## Core Features & Use Cases - End-to-end review publishing: Fetches change metadata and the linked Jira or GitHub work item, isolates the change in a disposable git worktree, delegates the diff review to the review-changes skill, then posts every finding as an inline comment anchored to the diff. - Host and tracker adapters: Ships adapters for GitLab and GitHub as code hosts and Jira and GitHub Issues as trackers, with graceful degradation to tool discovery for other platforms. - Three review modes: Default mode publishes comments and records the verdict, comments-only publishes without touching approval state, and draft mode leaves a pending review for the user to submit. Self-authored changes automatically drop to comments-only. - Use Case: Run /pr-review on a GitLab MR URL and the author receives inline comments with one-click suggestion blocks, a request-changes summary when blocking findings exist, and you receive a full review report in the conversation. ## Quick Start Ask the AI to run /pr-review followed by the URL of a GitLab merge request or GitHub pull request you want reviewed.