What problem does it solve?
Reviewing large community-contributed jurisdictional overlay PRs to ArcKit is error-prone: the same five failure classes (missing Document Control headings, un-overridden UK classification lines, mis-invoked document ID generators, stale converter outputs, unregistered regimes) recur across contributions and are easy for human reviewers to miss.
Core Features & Use Cases
- Five blocker-class checks: Encodes B1–B5 verification with exact grep/bash commands and working precedents from merged PRs (#441, #432).
- Integration and per-command checklists: Validates doc-types registration, pages allow-list, dual-template parity, recipe schema, frontmatter validity, handoff resolution, and UK terminology leakage.
- Structured review output: Produces a verdict with BLOCKERS, IMPORTANT, MINOR, and POSITIVE sections plus a pre-merge fix sequence, posted via
gh pr comment.
- Use Case: A contributor opens a PR adding an
au-vic-* overlay with 15 new commands and templates; run this Skill to systematically catch classification-rendering bugs and stale converter outputs before merge.
Quick Start
Review pull request number 441 which adds a new community jurisdictional overlay and post the structured findings as a PR comment.