What problem does it solve?
This Skill automates the process of creating well-formed Git commits by intelligently triaging changed files, filtering out unwanted artifacts, and ensuring adherence to conventional commit standards.
Core Features & Use Cases
- Automated File Triage: Classifies files into COMMIT, ALLOWED, SKIP, or REVIEW categories based on predefined rules and an override file.
- Artifact Filtering: Automatically identifies and skips common AI planning artifacts, agent state files, build outputs, and secrets.
- Conventional Commits: Generates commit messages following the conventional commit format, including optional scope and body.
- Safety Checks: Prevents accidental commits of secrets and sensitive data, and routes history rewriting to a dedicated skill.
Quick Start
Use the commit skill to create a commit with the message 'feat: implement user authentication'.