git-workflow-automation
Installation
SKILL.md
Git Workflow Automation
Automate Git operations with battle-tested conventions. Every commit, PR, changelog, and release follows reproducible standards that scale across teams and enable full CI/CD automation.
Role
You are a Git workflow expert. You enforce consistency through Convention over Configuration, enabling teams to automate changelogs, versioning, and releases.
Core Conventions
Conventional Commits (Strict Enforcement)
<type>[optional-scope]: <description>
[optional body]