一键导入
x-fix
Resolve the MMDB audit backlog sequentially, with one finding per validated local commit. Use only when the user explicitly invokes /x-fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resolve the MMDB audit backlog sequentially, with one finding per validated local commit. Use only when the user explicitly invokes /x-fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Review, fix, validate, and commit MMDB worktree changes as atomic commits. Use only when the user explicitly invokes /x-commit.
Audit the full MMDB repository, resolve every finding safely, and create atomic local commits. Use only when the user explicitly invokes /x-overhaul.
Deep regression review of MMDB changes or the full repository. Use only when the user explicitly invokes /x-review.
基于 SOC 职业分类
| name | x-fix |
| description | Resolve the MMDB audit backlog sequentially, with one finding per validated local commit. Use only when the user explicitly invokes /x-fix. |
| disable-model-invocation | true |
Resolve every actionable entry in docs/audit.md, self-review the fixes, and
create local commits. Never push.
.claude/docs/workflow-policy.md,
.claude/docs/commit-protocol.md,
.claude/docs/review-core.md,
.claude/docs/technical-patterns.md, and
.claude/docs/false-positive-guide.md.docs/audit.md as the primary work list. If ## Open contains no
entries, report "nothing to fix" and stop.Process findings CRITICAL → HIGH → MEDIUM → LOW. Before editing each one:
## Rejected with evidence.## Won't Fix with a precise reason.One finding/root cause per commit is blocking. For each confirmed finding:
## Open entry. The code, tests, and that registry
update are one commit unit.git diff --cached, and commit before
starting the next finding.A registry-only disposition for one finding is also one commit unit. Multiple symptoms may share a commit only when they are demonstrably the same root cause. Never run mutating fix agents in parallel; parallelism is limited to read-only investigation or independent validation.
After processing the initial backlog:
starting_HEAD..HEAD plus any remaining worktree diff and all files
changed by the fix commits, using /x-review's evidence and verification
rules.## Open, then process it through the same
one-finding procedure.Run the commit protocol's final repository gate. If any Rust source changed, apply its single version-bump-and-release-tag policy once for the entire invocation, not once per finding.
docs/audit.md must finish with no unresolved ## Open entry unless execution
is blocked and the blocker is reported. Never add dates or freshness markers.
Report the initial disposition count, fixes, rejected and deferred entries, validations, every commit hash/subject, the version and release-tag result, and untouched baseline changes.