nuke-audit

Installation
SKILL.md

Nuke Audit

Preflight → audit → converge → spec → stop. This skill produces a findings ledger and a phased fix spec, then hands off — nuke-exec executes the spec in a fresh session (map: references/family-map.md). It never fixes anything itself.

Arguments

[mode]micro | light (default) | full | unlimited | plan (print the preflight plan, then stop) [scope] — whole codebase (default) | changed (vs HEAD) | staged | branch (vs main/master) | <path or glob> [--ask] — pause at the preflight plan for confirmation. Default is no gate: the plan prints and the run starts immediately (references/preflight.md). [--yes] — skip the one gate that remains without --ask: unlimited confirms before running, because it can burn a weekly plan in one sitting.

A bare full or unlimited always means the mode, never the scope — nuke-audit full is a full audit of the whole codebase; nuke-audit light src/ is a light audit of src/.

Modes

Installs
15
First Seen
Jul 2, 2026
nuke-audit — b4r7x/nuke-skills