What problem does it solve? Code reviews often miss project-specific conventions, leave deferred suggestions untracked, and produce inconsistent feedback. This Skill launches an expert reviewer agent that reads the project's CLAUDE.md, checks the PR diff against a detailed standards checklist, posts a structured review on GitHub, and files tracked follow-up issues for anything deferred. ## Core Features & Use Cases - Standards-based PR review: Checks bash 3.2 portability, dependency-free Node ESM assets, generated-index freshness, template guard consistency, security issues, and architecture alignment against the repo's own rules. - Structured review output: Produces a severity-tiered review (critical, suggestions, nitpicks) with a verdict, posts it as a PR comment via gh, and reports a scannable summary table. - Follow-up issue lifecycle: Creates labeled GitHub issues for deferred items, links them in the review, and closes resolved from-review issues with a PR reference. - Use Case: After opening a PR that modifies a skill template and its registry index, run the review to verify registry.json was regenerated, guards still match, and scripts remain bash 3.2 compatible before merging. ## Quick Start Ask the agent to review the current branch's pull request and post the findings as a PR comment with follow-up issues for deferred items.