/ Directorio / Playground / Claude Git PR Review Skill
● Comunidad 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 en vivo

Cómo se ve en la práctica

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

Instalar

Elige tu 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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Claude Git PR Review Skill

Get started with Claude Git PR Review Skill

Cuándo usarlo: When you want to bring Claude Git PR Review Skill into your Claude workflow.

Flujo
  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.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills