ワンクリックで
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.