Git configuration, GPG signing, hooks management, cross-platform setup, and read-only history exploration agent.
/plugin install git@claude-code-pluginsOr for local development:
/plugin install ./plugins/gitgit-commit skill and /commit command have moved to the melodic-software plugin.
To create commits, use:
/melodic-software:commit
Or invoke the skill:
skill: melodic-software:git-commit
| Skill | Description |
|---|---|
git:push |
Push operations with force-push safety (force-with-lease) |
git:git-config |
Configuration, aliases, performance tuning, credentials |
git:gpg-signing |
GPG commit signing setup and troubleshooting |
git:git-hooks |
Pre-commit hooks, Husky, lefthook, secret scanning |
git:line-endings |
Cross-platform line ending configuration |
git:setup |
Git installation and initial configuration |
git:gui-tools |
GitKraken, Sourcetree, GitHub Desktop |
git:gpg-multi-key |
Advanced multi-key GPG for consultants/CI/enterprise |
git:github-issues |
GitHub issues search, gh CLI, troubleshooting workflows |
| Agent | Description |
|---|---|
history-reviewer |
Strictly read-only git history exploration (log, blame, show, diff, status, stash list) |
issue-researcher |
GitHub issues search for troubleshooting errors and finding workarounds |
The history-reviewer agent provides smart summaries of verbose git output to preserve main context tokens. It CANNOT commit, push, or modify the repository.
The issue-researcher agent searches GitHub issues to find known bugs, feature requests, and workarounds for any repository.
Use the agent for concise summaries:
Use the history-reviewer agent to summarize the recent git log
Use the history-reviewer agent to show who authored the changes in src/auth.ts
skill: git:gpg-signing
skill: git:git-hooks
skill: git:push
The git plugin enforces several safety protocols:
- No force push to main/master without explicit confirmation
- Force-with-lease for safer force pushes
- Hooks management for pre-commit, secret scanning
- Cross-platform line ending configuration
All skills support:
- Windows (Git for Windows, Git Bash)
- macOS (Homebrew, Xcode Command Line Tools)
- Linux (apt, dnf, pacman)
- WSL (Windows Subsystem for Linux)
- Git 2.35+ (recommended)
- GPG (optional, for signing)
- Bash/PowerShell for command execution
melodic-software- Git commit workflows with Conventional Commitsclaude-ecosystem- Meta-skills and documentation managementcode-quality- Code review and linting
MIT