一键导入
fix-claudit-issues
Fix issues in the current claudit, in docs/claudit/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fix issues in the current claudit, in docs/claudit/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.