You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Claude Code plugin for comprehensive git workflow control.
Features
Commit conventions — Enforce Conventional Commits, Angular, Gitmoji, or custom patterns. Validates messages, types, scopes, and subject length via hooks.
PR/MR automation — Create pull requests (GitHub) and merge requests (GitLab) with configurable templates, auto-labels, size labels, reviewer assignment, and description auto-population from commits.
Multi-provider support — Works with GitHub (gh), GitLab (glab), Gitea (tea), Bitbucket, and private instances. Auto-detects provider from remote URL with CLI fallback chains.
Code review — Standard review checklist plus specialized review agents:
Adversarial reviewer (opus) — devil's advocate that finds edge cases, race conditions, and logic errors
Security reviewer — OWASP-focused analysis with CWE references