git-workflow
Git workflow enforcement. Validates commits, enforces conventional commits, manages PRs, releases, and code review processes.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install git-workflow@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"git-workflow@wrxck-claude-plugins": true
}
}
Features
- Conventional commit message validation
- Branch naming enforcement
- PR template and process management
- Release workflow automation
- Code review checklist