/ Diretório / Playground / Claude Git PR Review Skill
● Comunidade aidankinzett ⚡ Instantâneo

Claude Git PR Review Skill

por aidankinzett · aidankinzett/claude-git-pr-skill

Professional GitHub PR review skill — pending reviews, code suggestions, user approval workflow.

Professional GitHub PR review skill — pending reviews, code suggestions, user approval workflow.

Demo ao vivo

Como fica na prática

claude-git-pr-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-git-pr-skill": {
      "command": "npx",
      "args": [
        "-y",
        "claude-git-pr-skill"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-git-pr-skill": {
      "command": "npx",
      "args": [
        "-y",
        "claude-git-pr-skill"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-git-pr-skill": {
      "command": "npx",
      "args": [
        "-y",
        "claude-git-pr-skill"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-git-pr-skill": {
      "command": "npx",
      "args": [
        "-y",
        "claude-git-pr-skill"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-git-pr-skill",
      "command": "npx",
      "args": [
        "-y",
        "claude-git-pr-skill"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-git-pr-skill": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "claude-git-pr-skill"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-git-pr-skill -- npx -y claude-git-pr-skill

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Claude Git PR Review Skill

Get started with Claude Git PR Review Skill

Quando usar: When you want to bring Claude Git PR Review Skill into your Claude workflow.

Fluxo
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Claude Git PR Review Skill to help me with a task.✓ Copiado

Resultado: Claude can interact with Claude Git PR Review Skill directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills