What problem does it solve?
Most AI agents produce vague, unhelpful commit messages that make project history impossible to navigate. This Skill enforces a rigorous 11-phase workflow that ensures every commit is atomic, tested, secure, and documented with a clear business rationale.
Core Features & Use Cases
- 5-Part Commit Format: Enforces a structured CONTEXT/CHANGE/WHY/IMPACT format for every commit, making git history readable and traceable.
- Security & Quality Gates: Automatically runs secret scanning to prevent credential leaks and executes project-specific test suites before allowing any commit.
- Atomic Splitting: Analyzes complex diffs and guides the user to split mixed changes into focused, atomic commits.
- Use Case: Use this whenever you need to save work, push a feature, or create a PR to ensure your contributions meet professional open-source standards.
Quick Start
Trigger the smart git commit skill by asking your agent to commit your current changes to the repository.