commit

Installation
SKILL.md

Commit

Analyze unstaged changes and organize them into atomic, well-documented commits.

When to Use This Skill

  • After completing work that spans multiple logical changes
  • When working tree has mixed changes (features, fixes, refactors)
  • To ensure clean, reviewable git history
  • Before creating a pull request

Workflow

  1. Analyze current state:
    • Check git status to see all staged and unstaged changes
    • Review git diff to understand what changed
Installs
2
GitHub Stars
3
First Seen
Mar 1, 2026
commit — thoreinstein/agents