一键导入
x-commit
Review, fix, validate, and commit MMDB worktree changes as atomic commits. Use only when the user explicitly invokes /x-commit.
用 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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolve the MMDB audit backlog sequentially, with one finding per validated local commit. Use only when the user explicitly invokes /x-fix.
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.
| name | x-commit |
| description | Review, fix, validate, and commit MMDB worktree changes as atomic commits. Use only when the user explicitly invokes /x-commit. |
| disable-model-invocation | true |
Review all intended worktree changes, fix confirmed defects, validate them, 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.git status --short, staged and unstaged diffs, and every intended
untracked file. git diff HEAD alone is insufficient because it omits
untracked files.workflow-policy.md when isolation matters.For each unit:
Read-only investigation may run in parallel. All edits and commits are sequential.
Apply the per-unit procedure in .claude/docs/commit-protocol.md: format,
lint, run targeted tests, stage exact paths/hunks, inspect the cached diff, and
create one new commit. Never amend an earlier commit.
After all behavior commits, execute the commit protocol's final repository gate and single version-bump-and-release-tag policy. Any regression found after a commit is fixed in a new focused commit, never by rewriting history.
Report reviewed files/subsystems, findings fixed, validations run, every commit hash/subject, the version and release-tag result, and any baseline changes intentionally left untouched.