一键导入
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.