Github Cli
Automates GitHub repository management tasks like branching, merging, and pull request creation via command line interface.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hairyf-github-cli npx -- -y @trustedskills/hairyf-github-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hairyf-github-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hairyf-github-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact directly with GitHub via the command-line interface, allowing for automated repository management and code operations. It bridges the gap between natural language requests and low-level Git commands within a backend workflow context.
When to use it
- Automating routine repository tasks like cloning, branching, or pushing code changes without manual intervention.
- Integrating GitHub workflows into backend CI/CD pipelines managed by AI agents.
- Executing specific Git commands dynamically based on project requirements detected during analysis.
- Managing remote repositories programmatically to streamline collaboration and version control processes.
Key capabilities
- Direct execution of GitHub CLI commands from within an agent environment.
- Facilitation of backend automation tasks involving source code repositories.
- Support for standard Git operations through a unified command-line interface.
Example prompts
- "Clone the latest version of our main project repository and create a new feature branch."
- "Push the current changes to the remote origin and open a pull request for review."
- "List all active repositories under my organization and check their last commit status."
Tips & gotchas
Ensure your AI agent has valid authentication credentials configured before attempting to execute repository operations. This skill is strictly backend-oriented; it does not provide a graphical user interface or web-based interaction capabilities.
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.