with one click
fix-claudit-issues
Fix issues in the current claudit, in docs/claudit/.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fix issues in the current claudit, in docs/claudit/.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | fix-claudit-issues |
| description | Fix issues in the current claudit, in docs/claudit/. |
| disable-model-invocation | true |
Fix specific open findings from the most recent claudit audit file on the current branch.
Issue numbers in the form: 1,3,5-7 (comma-separated, with optional ranges).
Find the latest claudit file — Get the current branch name from git branch --show-current. List files in docs/claudit/ matching *-<branch>-*.md, sort by counter, and read the highest-numbered one.
Parse the issue spec — Expand the argument into a list of issue numbers (e.g., 1,3,5-7 → [1, 3, 5, 6, 7]).
Validate — For each requested issue number, confirm it exists in the claudit file and is currently open (not struck through / marked RESOLVED). If any requested issue is already resolved or does not exist, stop and ask the user for clarification before proceeding.
Fix each issue — For each open issue, in order:
make check after fixing all specified issues — do not run it between individual fixes.Verify — Run make check once to confirm the fixes compile. If there are errors, fix them and re-check.
Resolve the claudit file — Update the claudit file:
### ~~N. Title~~ — RESOLVED), strike through the original description, and add a **Resolution:** line describing what was done.make when Rust source files were modified. Skip it for documentation-only or shell-script-only fixes.