@redredchen01/git-workflow
v1.0.0
Published
CLI toolkit for git branch management, rebasing, cherry-picking, and workflow automation
Downloads
267
Maintainers
Readme
@foundry/git-workflow
CLI toolkit for git branch management, rebasing, cherry-picking, and workflow automation
Install
CLI Tool
npm install -g @foundry/git-workflowClaude Code Skill
Download .skill file from GitHub Releases:
claude skill install git-workflow.skillQuick Start
git-workflow --help
git-workflow branches
git-workflow clean --dry-run
git-workflow log --graphCommands
| Command | Description |
|---------|-------------|
| branches | List branches with status markers (current, merged, stale) |
| clean | Delete merged/stale branches safely (dry-run by default) |
| rebase | Guided interactive rebase with commit preview |
| pick | Cherry-pick commits with conflict guidance |
| merge-check | Check if branches can merge without conflicts |
| stash | Manage stash entries (list, save, pop, drop, show) |
| log | Pretty-formatted git log with graph support |
As Claude Skill
After installing, use natural language in Claude Code:
"Show me all my branches and which ones are merged" "Clean up old branches that are already merged" "I want to rebase my last 5 commits" "Can I merge feature/login into main without conflicts?" "Stash my current changes"
License
MIT
