8 lines
373 B
Markdown
8 lines
373 B
Markdown
# Scripts
|
|
|
|
Bundled resources for git-commit-smart skill
|
|
|
|
- [ ] commit_analyzer.py: Analyzes staged changes to determine commit type and breaking changes using AI.
|
|
- [ ] commit_formatter.py: Formats the commit message according to conventional commit standards.
|
|
- [ ] git_utils.py: Provides utility functions for interacting with Git (e.g., staging changes, getting diffs).
|