원클릭으로
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.