By julien92
AI-powered Git workflows: smart commits, PR creation, changelogs, and releases for GitHub, GitLab, and Bitbucket
Find the commit that introduced a bug using AI-powered binary search
Generate a changelog from commits between two tags
Clean up git branches marked as [gone]
Commit, push and create a Pull Request targeting the parent branch (GitHub/GitLab/Bitbucket)
Create a git commit with Gitmoji and push
This skill provides conventions for writing git commit messages with Gitmoji emojis. Use when the user asks to "commit changes", "create a commit", "push my code", or any git commit-related task.
Git-workflow plugin cache management. Use when Provider cache shows "not cached" to detect and cache the git provider. Also use to understand cache format or refresh cached values.
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Productivity plugins for Claude Code.
Disclaimer: This is an independent community project, not affiliated with, endorsed by, or sponsored by Anthropic. "Claude" is a trademark of Anthropic, PBC.
# 1. Add this marketplace
claude plugin marketplace add julien92/claude-code-marketplace
# 2. Install a plugin
claude plugin install git-workflow@jc-marketplace
Or use the community CLI (one command):
npx claude-plugins install git-workflow@jc-marketplace
AI-powered Git workflows with Gitmoji
Commands: /git-commit · /git-commit-push-pr · /git-pr-review · /git-changelog · /git-help-rebase · /git-clean-branches
Works with major Git providers out of the box:
| Provider | Support | Auto-detection |
|---|---|---|
| GitHub | ✅ | ✅ |
| GitLab | ✅ | ✅ |
| Bitbucket | ✅ | ✅ |
| GitHub Enterprise | ✅ | via $GIT_PROVIDER |
| GitLab Self-hosted | ✅ | via $GIT_PROVIDER |
Provider is automatically detected from the origin remote URL.
For self-hosted instances, set the environment variable:
export GIT_PROVIDER=gitlab # or github
Julien Cornille — GitHub
MIT
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Commands for Git operations, commits, and PRs
Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, conventional commit standards, and context-aware PR review
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Git automation - PRs, releases, branches, worktrees
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
npx claudepluginhub julien92/claude-code-marketplace --plugin git-workflow