Git Master
Analyzes Git repositories to identify potential security vulnerabilities and code quality issues based on established best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yeachan-heo-git-master npx -- -y @trustedskills/yeachan-heo-git-master
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yeachan-heo-git-master": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yeachan-heo-git-master"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Git Master skill enables AI agents to perform various Git operations through routing requests to the oh-my-claudecode:git-master agent. It facilitates tasks such as creating atomic commits with a conventional format, performing interactive rebasing, managing branches, cleaning up commit history, and detecting code style inconsistencies from the repository's history. This skill is designed for developers needing assistance with Git workflows.
When to use it
- When you need to create well-formatted, atomic commits following established conventions.
- To simplify complex interactive rebasing operations within a Git repository.
- For managing and organizing branches in a project.
- If you want to clean up the commit history of a repository.
- When assessing code style consistency based on past changes.
Key capabilities
- Atomic commits with conventional format
- Interactive rebasing
- Branch management
- History cleanup
- Style detection from repo history
Example prompts
/oh-my-claudecode:git-master rebase my_branch/oh-my-claudecode:git-master commit -m "Fix: Issue with login"/oh-my-claudecode:git-master branch create feature/new-feature
Tips & gotchas
- This skill routes requests to the
oh-my-claudecode:git-masteragent, so ensure this subagent is available. - The specific commands and arguments supported will depend on the underlying
git-masterimplementation. - Refer to the documentation for
oh-my-claudecode:git-masterfor detailed usage instructions and potential limitations.
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.