Git operations, workflow, and history management. Use when committing, branching, merging, rebasing, or fixing git issues.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill git --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-git)More formats (shields.io, HTML) on the badges page.
---
name: git
description: Git operations, workflow, and history management. Use when committing, branching, merging, rebasing, or fixing git issues.
---
## git
Git operations and best practices.
### Commit messages
- Conventional commits: feat:, fix:, chore:, docs:, refactor:, test:
- Present tense, imperative mood
- Short summary, detailed body
### Workflow
- Feature branches from main
- Rebase for linear history
- Squash fixup commits
- Never force push shared branches
### Fixes
- Amend last commit: git commit --amend
- Undo staged: git restore --staged
- Recover: git reflog
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!