Audit Fix Generator

Wandelt eine audit finding ID in einen copy-paste-ready AI fix prompt mit verification und rollback um.

von wolverin0 · wolverin0/claude-skills

Getestet · Funktioniert ★ 9.2/10

Audit Fix Generator — Wandelt eine audit finding ID in einen copy-paste-ready AI fix prompt mit verification und rollback um.

Was es kann

Generates a complete, self-contained AI fix prompt for a single audit finding - context, constraints, concrete fix steps, a mandatory verification-command section, and a rollback plan - meant to be pasted into a fresh AI session rather than the one that produced the audit. Triggers on '/audit-fix F-X.Y' or 'give me the fix prompt for finding N'. It is explicitly read-only: it produces the prompt, it does not apply the fix itself.

Testbericht

Fütterte es mit einem high-severity finding (session tokens generated with random.randint instead of secrets) and it produced the full copy-paste prompt - blast-radius grep step, before/after diff, three mandatory test checkboxes, an explicit verification-command block, and a git-revert rollback line - versus a plain paragraph-plus-snippet answer without the skill.

Getestet am: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/wolverin0/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r skills/audit/audit-fix-generator ~/.claude/skills/audit-fix-generator

Befehle & Beispiel-Prompts

  • /audit-fix-generatorWandelt eine audit finding ID in einen copy-paste-ready AI fix prompt mit verification und rollback um.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Give me the fix prompt for finding F-2.1 from our last audit.
  • /audit-fix F-H1.1, generate the copy-paste fix prompt for it.
  • Generate an AI fix prompt for this finding so I can hand it off.