What problem does it solve? Reviewing pull requests consistently is time-consuming, and reviewers often miss project-specific conventions like CMS data-fetching patterns, component registration, or inline-editing attributes. This Skill automates PR reviews against the exact standards of an Agility CMS Next.js codebase. ## Core Features & Use Cases - Automated PR Fetching: Retrieves the PR diff via the GitHub CLI (gh pr view / gh pr diff), either from a provided PR number/URL or the current branch. - Convention-Aware Review: Checks TypeScript safety, Agility CMS patterns (getContentItem(), referencename fetching, <AgilityPic>, renderHTML()), Next.js App Router conventions, Tailwind CSS v4 styling, and security issues. - Structured Verdict Output: Produces a standardized review with severity-rated issues (Critical/Major/Minor), a documentation check, and an APPROVE / REQUEST CHANGES / NEEDS DISCUSSION verdict. - Use Case: Before merging a teammate's branch that adds a new CMS module, run the review to confirm the component is registered in the agility-components index and uses proper inline-editing attributes. ## Quick Start Ask the assistant to review the pull request for the current branch, optionally providing a PR number or URL.