What problem does it solve?
This Skill automates repository hygiene, ensuring consistent commit messages, standardized branch naming, and clear pull request descriptions, streamlining collaboration and maintaining a clean project history.
Core Features & Use Cases
- Commit Message Validation: Enforces Conventional Commits standards, rewriting messages for clarity and compliance.
- Branch & PR Management: Creates feature branches and generates PR descriptions according to defined policies.
- CHANGELOG Generation: Automatically drafts entries for release notes based on completed work.
- Use Case: When you finish a feature, this Skill ensures your commit messages are correctly formatted, your branch name follows the
slice/NNN-<slug> pattern, and a well-structured PR description is ready for review.
Quick Start
Use the spex-gitops skill to validate my commit message against conventional commits.