git-workflow
✓Enhanced git operations using lazygit, gh (GitHub CLI), and delta. Triggers on: stage changes, create PR, review PR, check issues, git diff, commit interactively, GitHub operations, rebase, stash, bisect.
Installation
SKILL.md
Streamline git operations with visual tools and GitHub CLI integration.
| lazygit | lazygit | Interactive git TUI | | gh | gh pr create | GitHub CLI operations | | delta | git diff \| delta | Beautiful diff viewing |
| Interactive git | lazygit | | Create PR | gh pr create | | Merge PR | gh pr merge --squash | | Beautiful diff | git diff \| delta | | Interactive rebase | git rebase -i HEADN | | Stash changes | git stash push -m "msg" | | Apply stash | git stash pop | | Find bug commit | git bisect start | | Cherry-pick | git cherry-pick |
Enhanced git operations using lazygit, gh (GitHub CLI), and delta. Triggers on: stage changes, create PR, review PR, check issues, git diff, commit interactively, GitHub operations, rebase, stash, bisect. Source: 0xdarkmatter/claude-mods.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/0xdarkmatter/claude-mods --skill git-workflow- Source
- 0xdarkmatter/claude-mods
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is git-workflow?
Enhanced git operations using lazygit, gh (GitHub CLI), and delta. Triggers on: stage changes, create PR, review PR, check issues, git diff, commit interactively, GitHub operations, rebase, stash, bisect. Source: 0xdarkmatter/claude-mods.
How do I install git-workflow?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill git-workflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/0xdarkmatter/claude-mods
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01