Retroactively audits a completed phase for security (threat mitigations from the PLAN.md threat model are implemented) and validation (Nyquist test coverage of the phase's requirements). Use after a phase is executed to confirm threats are closed and requirements are tested; runs both audits by default. --security or --validate narrows to one. Open threats block phase advancement.
$npx -y skills add d0nmega/donnyclaude --skill donny-audit-phaseInstalls into the current project.
Run `npx skills use "https://github.com/d0nmega/donnyclaude" --skill "d0nmega/donnyclaude/donny-audit-phase"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/d0nmega/donnyclaude" that are relevant to the current task. Run `npx skills add "https://github.com/d0nmega/donnyclaude"` and select the relevant skills, then follow their instructions.