Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:32 +08:00
commit 5181d27d27
9 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for devops-automation-pack skill
- [ ] validate_commit_message.py: Validates a commit message against the conventional commits specification.
- [ ] generate_commit_message.py: Generates a commit message based on code diffs.
- [ ] suggest_commit_type.py: Suggests the commit type (feat, fix, chore, etc.) based on the changes.