Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:27 +08:00
commit 12186478ba
10 changed files with 659 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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).