Agent skill
lazygit
lazygit terminal UI for git. Use for git operations.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/lazygit
SKILL.md
Lazygit
Lazygit is a TUI for Git. It makes complex operations (interactive rebase, partial staging) accessible via intuitive keyboard shortcuts.
When to Use
- Staging: Staging individual lines/hunks (
Space). - Rebasing: Drag-and-drop commits to reorder them (via keybindings).
- Conflict Resolution: A clear 3-way view to pick "Ours" or "Theirs".
Core Concepts
Panels
Status, Files, Local Branches, Commits, Stash. Navigate with h/l or arrows.
Keybindings
c: CommitP: Pushp: Pulls: Stage
Custom Commands
Define custom actions in config.yml (e.g. "Create PR").
Best Practices (2025)
Do:
- Interactive Rebase: Press
ion a past commit to fix it up. - Filter: Press
/to filter branches or files. - Bisect: Use the built-in bisect wizard to find bugs.
Don't:
- Don't fear the CLI: Lazygit is a wrapper. Understanding underlying git concepts is still needed.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?