Github V3 Rest Api
Helps with GitHub, REST APIs, API as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yuyz0112-github-v3-rest-api npx -- -y @trustedskills/yuyz0112-github-v3-rest-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yuyz0112-github-v3-rest-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yuyz0112-github-v3-rest-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with the GitHub v3 REST API. It enables actions like retrieving repository information, listing pull requests, and managing issues directly through programmatic calls. The agent can automate tasks related to code management, collaboration, and project tracking within a GitHub environment.
When to use it
- Automated reporting: Generate reports on repository activity (e.g., number of open issues, recent commits).
- Issue triage: Automatically assign labels or milestones to new GitHub issues based on their content.
- Pull request review assistance: Retrieve and summarize pull request details for faster code reviews.
- Repository management: Create repositories with predefined configurations and settings.
Key capabilities
- GitHub v3 REST API interaction
- Repository information retrieval
- Pull request listing and detail access
- Issue management (creation, updates)
Example prompts
- "Get the latest 10 commits for repository 'owner/repo'."
- "List all open pull requests in 'owner/repo' with their titles."
- "Create a new issue in 'owner/repo' titled 'Bug Report' and assign it to user 'username'."
Tips & gotchas
- Requires authentication via GitHub API token. Ensure the agent has appropriate permissions configured on the target repositories.
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.