Agent skill · Backend & API

github-mcp

GitHub MCP Server ile GitHub API erisimi. Repo, issue, PR, code search, release yonetimi.

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill github-mcp --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/github-mcp/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GitHub MCP Server ## GitHub MCP vs gh CLI | Ozellik | GitHub MCP | gh CLI | |---------|-----------|--------| | Kurulum | MCP server config | brew install gh | | Auth | PAT token (MCP env) | gh auth login (interactive) | | Kullanim | Tool call (agent icinden) | Bash komutu | | Rate limit | REST API limit (5000/h) | Ayni | | Avantaj | Agent workflow icinde seamless | Terminal scripting | | Dezavantaj | MCP server calisir olmali | Agent context'ten cikmak lazim | ### Ne Zaman Hangisi ``` GitHub MCP kullan: - Agent workflow icinde GitHub islemleri gerektiginde - Birden fazla API call zincirlenecekse - Structured data response lazimsa gh CLI kullan: - Tek seferlik terminal islemleri - PR olusturma/merge (interaktif) - Git hook'lari icinde - Script/otomasyon icinde ``` ## MCP Server Kurulumu ### 1. GitHub PAT Token Olustur ``` GitHub Settings > Developer Settings > Personal Access Tokens > Fine-grained Gerekli permission'lar: - Repository: Read/Write - Issues: Read/Write - Pull Requests: Read/Write - Actions: Read/Write (workflow tetikleme) - Webhooks: Read/Write (webhook yonetimi) - Organization: Read (org API) ``` ### 2. MCP Config (~/.mcp.json) ```json { "mcpServers": { "github": {

What's inside
Steps it walks through
  1. GitHub MCP vs gh CLI
  2. Ne Zaman Hangisi
  3. MCP Server Kurulumu
  4. 1. GitHub PAT Token Olustur
  5. 2. MCP Config (~/.mcp.json)
  6. 3. Alternatif: Docker ile
  7. Repository Yonetimi
  8. Repo Olusturma
  9. Repo Bilgisi
  10. Fork
  11. Branch Yonetimi
  12. Issue Yonetimi
  13. Issue Olusturma
  14. Issue Listeleme / Filtreleme
More from vibecosystem
All skills →
About this skill
What does the github-mcp skill do?

GitHub MCP Server ile GitHub API erisimi. Repo, issue, PR, code search, release yonetimi.

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill github-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going