Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Manage GitHub issues, PRs, and repos without leaving your editor
npx @anthropic/mcp-server-githubFull GitHub API access via MCP: create/manage issues and PRs, search code, trigger actions, and manage repositories.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: mcp-github
description: |
Trigger when the user asks about GitHub issues, PRs, repos, or wants to
interact with GitHub without leaving the editor.
allowed-tools:
- Bash(npx @anthropic/mcp-server-github *)
- Bash(gh *)
- Read
---
# GitHub MCP
MCP server for GitHub: manage issues, PRs, repos, actions, and code search
without leaving your editor.
## Prerequisites
- GitHub personal access token with `repo` scope
- Set as `GITHUB_TOKEN` environment variable
## Setup
Add to your MCP config (`~/.claude/mcp.json`):
```json
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-github"],
"env": {
"GITHUB_TOKEN": "<your-token>"
}
}
}
}
```
## Available Tools
- **list_issues** - List and filter issues in a repository
- **create_issue** - Create a new issue with labels and assignees
- **get_pull_request** - Get PR details, diff, and review status
- **create_pull_request** - Create a PR from the current branch
- **search_code** - Search code across repositories
- **list_repos** - List repositories for a user or organization
- **get_file** - Read a file from a repository
## Steps
1. Configure the MCP server with your GitHub token
2. Use `list_issues` to see open issues
3. Use `search_code` to find code patterns across repos
4. Use `create_pull_request` for PR workflows
mkdir -p ~/.claude/skills/mcp-github~/.claude/skills/mcp-github/SKILL.mdResulting file structure:
~/.claude/
skills/
mcp-github/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with GitHub MCP
Auto-generate changelogs from your git history with semantic versioning
Both used by Software Engineer, Product Manager
Create and manage Jira issues without leaving your editor
Both used by Software Engineer, Product Manager
Create and manage Linear issues without context-switching
Both used by Software Engineer, Product Manager
Plan balanced sprints with capacity, estimates, and dependency maps
Both used by Software Engineer, Product Manager
Design and optimize prompts with evaluation frameworks and A/B testing
Both used by Software Engineer, Product Manager
Set up feature flags with gradual rollouts and emergency kill switches
Both used by Software Engineer, Product Manager
GitHub MCP