git-commit

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Create Git Commit

Create a git commit following your standard git commit workflow. The user has completed work and is ready to commit their changes.

User Context About Changes

$ARGUMENTS

Current Repository State

  • Current git status: !git status
  • Current git diff (staged and unstaged changes): !git diff HEAD
  • Current branch: !git branch --show-current
  • Recent commits (for style reference): !git log --oneline -10

Your Task

Based on the above changes and user context, create atomic commits following these guidelines:

Installs
2
First Seen
Jun 27, 2026
git-commit — codethread/agents