What problem does it solve? Reviewing pull requests against a large set of repo conventions, architecture rules, and prior reviewer feedback is slow and error-prone. This Skill automates the full PR audit pipeline so reviewers get a complete, verified draft review without manually checking every rule. ## Core Features & Use Cases - Parallel code audits: Launches two reviewer subagents (general code review and self-serve convention/architecture review) that analyze the PR branch's diff against origin/main and return markdown reports. - Prior comment verification: Fetches previous review comments via the GitHub API and verifies against the actual code whether each CRITICAL or SHOULD_FIX item was fixed, partially fixed, or ignored. - PR-shape checks: Validates branch naming, ticket references, conventional commits, DCO sign-offs, GPG signatures, rebase status, diff size, protected files, PR title format, and external upstream references. - Safe posting workflow: Compiles everything into a draft review, presents it for explicit user approval, and only then posts via the /review skill — it never auto-posts. - Use Case: A maintainer runs the skill on PR #142; it detects that a prior comment about missing license headers is still unresolved, flags a non-conventional commit message, and drafts inline comments with rule citations for a first-time contributor. ## Quick Start Ask the assistant to review pull request 142 against the LFX standards after checking out the PR branch with gh pr checkout.