Files
2025-11-30 08:21:45 +08:00

8 lines
376 B
Markdown

# 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.