一键导入
git-commit
Create narrow auditable local commits. Use when verified Dverity work must be staged and committed without absorbing unrelated changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create narrow auditable local commits. Use when verified Dverity work must be staged and committed without absorbing unrelated changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review and land one authenticated provider-native review item. Use when current-head review, landing, closeout, and remote-main parity are in scope.
Submit a named verified source for remote review. Use when explicit authority covers push and one review item, but not approval or landing.
Simplify verified changes before remote submission. Use for deletion-first, YAGNI, native-library, structural, and test-seam review.
Resolve an in-progress merge or rebase conflict from proven product intent. Use only when Git reports an actual conflict.
Find and reuse the nearest correct mechanism before adding another. Use when a Dverity change would add reusable code, policy, or workflow meaning.
Diagnose and repair confirmed defects to Verified Local. Use for evidence-first bug repair; remote submission requires separate explicit authority.
| name | git-commit |
| description | Create narrow auditable local commits. Use when verified Dverity work must be staged and committed without absorbing unrelated changes. |
| metadata | {"dverity_class":"reusable-dependency","reads":[]} |
Create local commits only. Inspect git status --short --branch and every dirty
path before staging. Classify each path as in-scope or leave untouched.
Stage explicit paths or hunks for one semantic boundary. Inspect the cached
diff, run git diff --cached --check, and run the smallest check that proves
the staged change. Commit with a Conventional Commit subject and an audit body
covering problem, change, reason, verification, and risk.
Do not use broad staging in a mixed tree. Do not push, open a review item, merge, or switch the source worktree's branch. After commit, report the hash and prove unrelated dirt remains untouched.