一键导入
x-overhaul
Audit the full MMDB repository, resolve every finding safely, and create atomic local commits. Use only when the user explicitly invokes /x-overhaul.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit the full MMDB repository, resolve every finding safely, and create atomic local commits. Use only when the user explicitly invokes /x-overhaul.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review, fix, validate, and commit MMDB worktree changes as atomic commits. Use only when the user explicitly invokes /x-commit.
Resolve the MMDB audit backlog sequentially, with one finding per validated local commit. Use only when the user explicitly invokes /x-fix.
Deep regression review of MMDB changes or the full repository. Use only when the user explicitly invokes /x-review.
| name | x-overhaul |
| description | Audit the full MMDB repository, resolve every finding safely, and create atomic local commits. Use only when the user explicitly invokes /x-overhaul. |
| disable-model-invocation | true |
Audit the complete repository, give every confirmed finding an explicit disposition, fix actionable findings, and create local commits. Never push.
.claude/docs/workflow-policy.md and run its preflight..claude/skills/x-review/SKILL.md,
.claude/skills/x-fix/SKILL.md, and
.claude/docs/commit-protocol.md.Follow /x-review all without --fix:
.claude/.docs/audit.md, including full re-evaluation of all existing Open,
Won't Fix, and Rejected entries. Add no timestamps.Follow the complete /x-fix protocol:
Won't Fix/Rejected disposition.The goal is not a cosmetic zero count at any cost. Correctness wins over an over-eager architectural change; every remaining non-open entry must have current, concrete reasoning.
Run the commit protocol's final repository gate. Fix any regression in a new focused commit. If Rust source changed, bump the patch version exactly once for the whole pipeline, commit that release metadata separately, and create the annotated release tag as directed by the protocol.
If nothing changed, do not create an empty commit, version bump, or tag.
Report coverage, finding dispositions, validations, every commit hash/subject, the version and release-tag result, and any baseline changes left untouched.