← ClaudeAtlas

h4tcher-pr-resolvelisted

Resolve PR comments on the hatch3r repo — invoke the canonical hatch3r-pr-resolve workflow, then apply hatch3r-specific quality gates (validate, rule parity, efficiency invariants, lean thresholds, anti-slop, inventory, pillar compliance) and stop before commit for human review.
hatch3r/hatch3r · ★ 26 · AI & Automation · score 80
Install: claude install-skill hatch3r/hatch3r
> Last updated: 2026-07-08 # PR Resolve (Maintainer) Maintainer-facing wrapper around `commands/hatch3r-pr-resolve.md` for resolving PR comments **on the hatch3r repo itself**. Invokes the canonical workflow through reply-posting, layers in hatch3r-development quality gates, then stops before commit so the maintainer reviews the diff. For non-hatch3r repos the canonical `/hatch3r-pr-resolve` command (distributed via adapters) is the entry point — this skill is only for work on this repo. ## Step 1: Preflight 1. Confirm branch + open PR: ```bash git branch --show-current gh pr view --json number,title,url,state ``` 2. Read `governance/CONSTITUTION.md` §2 P5 lean-threshold table; cache the limits for files this PR is likely to touch. 3. Capture baseline line counts for any governance file likely to be edited: ```bash wc -l governance/CONSTITUTION.md governance/AUDIT.md governance/AUDIT-EXECUTE.md governance/EVOLVE.md governance/audit/domains/*.md 2>/dev/null ``` 4. Confirm working tree is clean: `git status --short` returns empty. ## Step 2: Invoke the Canonical Workflow 5. Read `commands/hatch3r-pr-resolve.md` end-to-end. 6. Execute that workflow from Step 0 (Triage) through Step 8 (Post replies). Halt before Step 9 (Commit and push) and Step 9.5 (Re-poll gate) — both depend on the manual commit this skill defers; the gates below run first, and the maintainer commits manually at the end of this skill. 7. For every sub-agent prompt spawned during Ste