bughunt

Installation
SKILL.md

Bughunt

Fully autonomous pipeline: find, triage, fix, and audit bugs in a scoped area of a codebase. Five phases, each using subagents to parallelize work and provide independent assessments.

This skill runs end-to-end without asking the user any questions. Do not pause for confirmation, approval, or input between phases. Make autonomous decisions at every step — section splits, severity judgments, fix strategies, conflict resolution. Log progress to the report so the user can review the final output, but never block on user input.

Parameters

Parameter Default Example override
Scope (required) the install script, src/auth/, the CLI argument parser
Sections auto-split from scope split by platform, one per module
Platforms inferred from repo Linux, macOS, WSL
Output /tmp/bughunt-output/<project>/ Output directory: ./qa/

<project> is the basename of the repo root (e.g. /tmp/bughunt-output/harbor/). The output directory — and therefore prior-run memory — is always per-project; never read or write another project's reports.

Workflow

Installs
11
Repository
av/skills
GitHub Stars
8
First Seen
Jun 7, 2026
bughunt — av/skills