Git Helpers
Automates common Git tasks like branching, merging, committing, and pushing with clear explanations and helpful suggestions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add git-helpers npx -- -y @trustedskills/git-helpers
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"git-helpers": {
"command": "npx",
"args": [
"-y",
"@trustedskills/git-helpers"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Git Helpers skill automates common Git workflows, including committing changes, reviewing code, summarizing changes for pull requests, creating and pushing branches, and finishing branches (merging). Each step in the workflow is independent and can be used individually or chained together. The skill emphasizes clear explanations and helpful suggestions throughout these processes, adhering to conventional commit practices and project-specific guidelines.
When to use it
- To streamline your Git commit process with suggested messages and confirmation previews.
- When you need automated code review and adherence to project coding standards.
- For generating pull request descriptions based on change summaries.
- To simplify branch creation, pushing, and merging workflows.
- To automate cleanup tasks after a branch is merged.
Key capabilities
- Commit Automation: Creates commit messages with previews and confirmation steps.
- Code Review: Reviews code changes and provides feedback based on confidence scores (>= 80%).
- Pull Request Summarization: Generates PR descriptions including impact assessments.
- Branch Management: Handles branch creation, pushing, and merging operations.
- Conventional Commits: Enforces conventional commit message formatting.
- Project Convention Adherence: Follows existing project conventions for commit messages and pull request titles.
Example prompts
- "Commit changes."
- "Review code."
- "Summarize changes for a PR description."
- "Create a pull request."
- "Finish this branch."
Tips & gotchas
- The skill requires the
ghCLI to be installed. If it's not present, the agent will inform you. - The code review process loads
guidelines-audit.mdautomatically as part of its workflow. - Commit messages should use the imperative mood and prefer single lines unless complex or breaking changes are involved.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.