Audit PRs against spec compliance
adversarial-pr-reviewskillsetup L1★64
Tibsfox/gsd-skill-creator ↗What it does
Cross-reference PR diffs against approved specs
Best for
Verify PR claims match actual implementation against approved spec before merge, detecting scope creep and divergences.
Inputs
- · PR number or branch name
- · approved issue/spec with acceptance criteria
Outputs
- · spec compliance audit
- · scope creep detection
- · runtime claim verification
- · convention compliance report
Requires
- · gh CLI
- · git
Preconditions
Approved issue with acceptance criteria, GitHub repo access, PR exists
Failure modes
- · spec silent divergences (not caught by tests)
- · scope creep from undocumented additions
- · competing PRs on same issue
Trust signals
- · 4-phase audit: context → spec-compliance → runtime → convention
- · Explicit scope/acceptance criteria verification
- · Import boundary checks per project rules