Files
gh-jeremylongshore-claude-c…/skills/devops-automation-pack/scripts/README.md
2025-11-30 08:20:32 +08:00

8 lines
356 B
Markdown

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