Agent Skills: Git Commit

Create narrow auditable local commits. Use when verified Dverity work must be staged and committed without absorbing unrelated changes.

UncategorizedID: Dimon94/cc-devflow/git-commit

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Dimon94/cc-devflow/tree/HEAD/skills/git-commit

Skill Files

Browse the full folder contents for git-commit.

Download Skill

Loading file tree…

skills/git-commit/SKILL.md

Skill Metadata

Name
git-commit
Description
Create narrow auditable local commits. Use when verified Dverity work must be staged and committed without absorbing unrelated changes.

Git Commit

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.