What problem does it solve?
This Skill addresses the challenge of creating clean, logical, and atomic git commits when making multiple changes across modules or features, ensuring better version control and review clarity.
Core Features & Use Cases
- Grouping Changes: Analyzes git status and diff outputs to organize modified files into meaningful groups based on modules, features, or logic.
- Proposing Commit Plan: Generates a structured plan using Conventional Commits to clearly describe each commit's scope and purpose.
- User Confirmation: Waits for user approval before executing staged commits, preventing unintended changes.
- Sequential Execution: Automates the process of staging files and creating commits according to the approved plan, enhancing workflow efficiency.
Quick Start
Use the auto-commits skill to analyze recent changes, plan structured commits, and get your approval before applying them to the repository.