Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:45 +08:00
commit f7e8a33d24
14 changed files with 665 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for ai-commit-gen skill
- [ ] analyze_diff.py: Analyzes the git diff and extracts relevant information for commit message generation.
- [ ] commit_message_generator.py: Generates commit message options based on the analyzed diff.
- [ ] validate_commit_message.py: Validates the generated commit message against the Conventional Commits standard.