Agent Skills: commit

Prepare git commit with review. Use when user asks to commit, review changes for commit, or says /commit.

UncategorizedID: keenranger/dotfiles/commit

Install this agent skill to your local

pnpm dlx add-skill https://github.com/keenranger/dotfiles/tree/HEAD/agent/skills/commit

Skill Files

Browse the full folder contents for commit.

Download Skill

Loading file tree…

agent/skills/commit/SKILL.md

Skill Metadata

Name
commit
Description
Prepare git commit with review. Use when user asks to commit, review changes for commit, or says /commit.

Prepare commit: $ARGUMENTS

Review current changes and prepare commit for user approval. Call git-diff-reviewer agent and toss process to it.

Process:

  • Run git status and git diff to see all changes
  • Review changes for quality and completeness
  • Suggest commit message (use imperative form)

Output:

  • Review summary of changes
  • Suggested commit message
  • Wait for user approval before executing commit

Goal: Thoughtful commit preparation without auto-committing.