h4tcher-scoped-audit

Resolve natural-language repository scopes into bounded read-only quality audits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you run a bounded, read-only quality audit on a maintainer-defined slice of a repository, producing actionable, severity-graded findings without doing a full 21-domain cycle.

Core Features & Use Cases

  • Scoping by intent: Interprets a natural-language scope (single file, small group, subsystem) and resolves it to concrete file paths via globbing.
  • Fresh checklist grounded in the rigor contract: Builds a 4–8 item checklist that is explicitly tied back to rigor-contract templates and pillar implications.
  • Bounded, safe execution: Enforces a hard ceiling for scope growth and writes only sub-agent artifacts under .audit-workspace/ with a strict no-repo-writes guardrail.
  • Severity-graded in-chat reporting: Synthesizes deduped findings into an ≤80-line report including confidence, sources (only for empirical claims), and a recommended next step.

Quick Start

Ask your AI to run a scoped audit for "src/cli/ and related command wiring" and include any key files you consider critical so it can resolve the slice and grade findings by severity.

Frequently Asked Questions about h4tcher-scoped-audit

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

FAQPage Schema
How do I run a read-only quality audit on a specific slice of my codebase?

To run a read-only quality audit on a codebase slice, you provide a natural-language scope description like a single file or subsystem, which the tool resolves into a concrete file list to analyze without modifying your repository.

Can I scope a codebase analysis to just a small group of files instead of the whole project?

Yes, you can scope a codebase analysis to a small group of files by describing the target area in natural language, which triggers a bounded review that resolves file paths via globbing and applies a fresh 4–8 item checklist.

How does a scoped audit generate severity-graded findings?

A scoped audit generates severity-graded findings by applying a fresh rigor-contract checklist to the resolved files, synthesizing causal analysis with confidence levels and pillar traceability into a concise in-chat report.

Does the scoped audit workflow write changes to my repository?

No, the scoped audit workflow does not write changes to your repository because it operates under strict read-only constraints, only emitting sub-agent artifacts internally and writing to a designated `.audit-workspace/` directory.

What is the best way to audit a subsystem without running a full 21-domain review cycle?

The best way to audit a subsystem without a full 21-domain review cycle is using a bounded scope audit, which creates a targeted 4–8 item checklist and optionally executes parallel sub-agents to produce a focused 80-line report.

How do I include critical files when defining scope for a repository slice audit?

To include critical files when defining scope for a repository slice audit, you mention them directly in your natural-language prompt, allowing the globbing logic to resolve them alongside the described subsystem boundaries.