joshuadavidthomas/git-helper
Provides git workflow assistance, branch management, and commit message optimization
npx skills add https://github.com/joshuadavidthomas/opencode-agent-skills --skill git-helper
A comprehensive skill for git workflow management and best practices.
Use this skill when you need help with:
git checkout -b feature/your-feature-name
git push -u origin feature/your-feature-name
Follow the conventional commit format:
type(scope): description
[optional body]
[optional footer]
Types: feat, fix, docs, style, refactor, test, chore
git remote prune origin
git branch -d branch-name
This skill includes helper scripts:
• create-branch.sh - Creates new feature branches with proper naming
• commit-check.sh - Validates commit message format
• cleanup.sh - Removes stale branches
Take joshuadavidthomas/git-helper from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.