Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

ds-commit

Smart git commits with quality gates, atomic grouping, and conventional commit format.

Install

See the main README for install instructions per AI tool.

Use

Run /ds-commit, or ask to commit your changes.

Flow

  1. Pre-checks: git status, branch management, conflict check
  2. Quality gates: secret scan, format, lint (changed files only)
  3. Analyze diff → smart grouping, amend detection
  4. Execute with conventional commit format
  5. Verify and summarize

Features

  • Branch management — suggests feature branches when on main
  • Amend detection — auto-amends unpushed commits when appropriate
  • Smart grouping — splits distinct changes into atomic commits
  • Quality gates — format + lint before committing
  • Conventional commits — litmus test for correct type classification