h4tcher-audit-execute

Executes governance audit findings via four-wave progression with regression gates and registry tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns audit findings into an end-to-end execution plan that applies fixes safely while enforcing regression gates and keeping a traceable finding registry.

Core Features & Use Cases

  • 4-wave progressive execution: triages findings, groups them into execution tiers, and runs wave-by-wave implementations with pre/post checkpoints.
  • Regression gate enforcement: validates tests, typecheck, lint, build, and content checks against a captured baseline and blocks shipping on gate failures.
  • Closed-loop audit evolution: updates PRD and produces content specifications, then applies audit evolution proposals with explicit user consent.
  • Finding registry tracking: maintains execution tier metadata and updates statuses through pending → in_progress → resolved/deferred/rejected.

Quick Start

Ask the AI to execute the governance audit report by running h4tcher-audit-execute with your selected exclusions, wave scope, and branch strategy.

Frequently Asked Questions about h4tcher-audit-execute

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

FAQPage Schema
How do I execute audit findings safely without causing regressions?

Progressive audit execution triages findings into tiers and dispatches parallel sub-agents wave-by-wave. It maintains a finding registry that updates statuses from pending to in_progress, then resolved, deferred, or rejected, ensuring closed-loop tracking throughout the remediation workflow.

What is a regression gate in CI validation for audit remediation?

A regression gate validates tests, typecheck, lint, build, and content checks against a captured baseline before shipping. It enforces an 18-check validation process that blocks deployment on failures, ensuring audit fixes do not introduce regressions.

How do I track audit finding statuses during repository-wide remediation?

Finding registry tracking maintains execution tier metadata and updates statuses through pending, in_progress, resolved, deferred, or rejected. This creates a closed-loop audit evolution with a traceable registry throughout the remediation workflow.

Can I apply audit evolution proposals to PRD and content specifications automatically?

Audit evolution proposals update PRD and produce content specifications with explicit user consent. The workflow applies these proposals during the closed-loop archival phase after regression gate enforcement passes successfully.

What do I need to run governance audit execution with regression gates?

Governance audit execution requires reading the AUDIT-EXECUTE.md file and the audit report, running baseline hygiene checks, and defining exclusions, wave scope, and branch strategy before dispatching wave sub-agents.

When should I use a four-wave progressive model for audit remediation?

Use a four-wave progressive model for repository-wide audit remediation workflows requiring tier classification and parallel sub-agent execution. It applies fixes safely with regression gating and traceable finding registry updates.