원클릭으로
x-commit
Review, fix, validate, and commit VSDB 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 VSDB worktree changes as atomic commits. Use only when the user explicitly invokes /x-commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Resolve the VSDB audit backlog sequentially, with one finding per validated local commit. Use only when the user explicitly invokes /x-fix.
Audit the full VSDB repository, resolve every finding safely, and create atomic local commits. Use only when the user explicitly invokes /x-overhaul.
Deep regression review of VSDB changes or the full repository. Use only when the user explicitly invokes /x-review.
| name | x-commit |
| description | Review, fix, validate, and commit VSDB 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..claude/docs/compatibility-policy.md for public or persisted changes.git status --short, staged and unstaged diffs, and every intended
untracked file. git diff HEAD alone omits untracked files.For each unit:
compatibility-policy.md; never hide it inside a patch release.Read-only investigation may run in parallel. Edits and commits are sequential.
Apply .claude/docs/commit-protocol.md: run unit-appropriate deterministic
checks/tests, stage exact paths/hunks, inspect the cached diff, and create one
new commit. Never amend an earlier commit.
After all behavior commits, run the final workspace gate and single lockstep version-and-release-tag policy. Any regression found later is fixed in a new focused commit.
Report reviewed files/subsystems, findings fixed, validations, compatibility result, every commit hash/subject, version and release-tag result, and untouched baseline work.