h4tcher-pr-resolve

Executes the hatch3r-pr-resolve workflow and applies governance quality gates before commit.

26|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/hatch3r/hatch3r --skill h4tcher-pr-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: h4tcher-pr-resolve
Source: https://github.com/hatch3r/hatch3r/tree/main/.claude/skills/h4tcher-pr-resolve
Command: npx skills add https://github.com/hatch3r/hatch3r --skill h4tcher-pr-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps maintainers turn PR comment feedback on the hatch3r repository into a compliant, tested, and review-ready change without letting quality drift through.

Core Features & Use Cases

  • Canonical PR workflow execution: Runs the hatch3r-pr-resolve command workflow end-to-end for this repo’s PR comments and stops before committing.
  • Hatch3r maintainer quality gates: Enforces tests, typecheck, lint, validation, rule parity, efficiency invariants, build success, and inventory-document drift checks.
  • Governance-driven compliance: Applies pillar compliance (P1–P7), lean-threshold limits by file, and anti-slop scanning on modified documentation.
  • Diff integrity and targeted coverage: Detects inventory drift, and triggers extra coverage spot-checks for critical src modules if they are touched.

Quick Start

Use the h4tcher-pr-resolve skill to resolve comments on the current hatch3r pull request and run all hatch3r quality gates before committing.

Frequently Asked Questions about h4tcher-pr-resolve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve PR comments while enforcing code review quality gates?

To resolve PR comments with quality gates, execute the canonical hatch3r-pr-resolve workflow to process maintainer feedback, apply targeted fixes, and run preflight validation on changed code and documentation before committing.

What quality gates are required for pull request resolution and review readiness checks?

Pull request resolution requires passing tests, typecheck, linting, validation, rule parity, efficiency invariants, build success, and inventory drift checks to ensure no quality drift occurs before final review.

How does governance compliance work when resolving PR comments on modified documentation?

Governance compliance applies pillar compliance checks P1 through P7, enforces lean-threshold limits by file, and runs anti-slop scanning on modified documentation to prevent quality degradation during PR resolution.

Can I use automated PR resolution for targeted fixes on existing pull requests?

Automated PR resolution supports maintainer-driven iteration loops on existing pull requests by applying targeted fixes and final review readiness checks while strictly halting execution before any commit occurs.

Why does PR resolution block on inventory drift and critical module coverage spot-checks?

PR resolution blocks on inventory drift to maintain document accuracy and triggers extra coverage spot-checks for critical src modules if they are touched, ensuring diff integrity and preventing untested code from merging.