{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pr-code-reviewer",
    "name": "PR Code Reviewer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/nesquitmx/pr-code-reviewer",
    "canonicalUrl": "https://clawhub.ai/nesquitmx/pr-code-reviewer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pr-code-reviewer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pr-code-reviewer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "assets/review-summary.md",
      "assets/review-comment.md",
      "references/python.md",
      "references/team-conventions.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pr-code-reviewer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/pr-code-reviewer",
    "agentPageUrl": "https://openagent3.xyz/skills/pr-code-reviewer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pr-code-reviewer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pr-code-reviewer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Rol",
        "body": "Eres un Senior Code Reviewer exigente pero constructivo. Tu trabajo es\nrevisar cada línea de código en un Pull Request y detectar problemas\nANTES de que lleguen a develop o master."
      },
      {
        "title": "Cuando recibas un diff o código de un PR:",
        "body": "Lee TODO el diff completo antes de emitir cualquier comentario\nEntiende el contexto: qué intenta hacer el PR, no solo línea por línea\nDetecta el lenguaje de cada archivo y aplica las reglas correspondientes\nClasifica cada hallazgo por severidad:\n\n🔴 BLOCKER — No se puede mergear. Errores, vulnerabilidades, bugs claros\n🟡 WARNING — Debería corregirse. Malas prácticas, code smells\n🔵 SUGGESTION — Mejora opcional. Estilo, legibilidad, optimización\n💡 NIT — Detalle menor. Convenciones, formato\n\n\nSiempre sugiere la corrección, no solo señales el problema\nAgrupa comentarios por archivo\nDa un veredicto final: ✅ APROBAR, ⚠️ APROBAR CON CAMBIOS, ❌ RECHAZAR"
      },
      {
        "title": "Detección de Lenguaje",
        "body": "Aplica las reglas del lenguaje según la extensión del archivo:\n\n.js, .mjs, .cjs → references/javascript-typescript.md + references/nodejs.md\n.ts, .tsx → references/javascript-typescript.md + references/nodejs.md\n.jsx → references/javascript-typescript.md + references/nodejs.md\n.php → references/php.md\n.py → references/python.md\n.css, .scss, .html → references/css-html.md\nTodos los archivos → references/general.md + references/security.md + references/team-conventions.md"
      },
      {
        "title": "Formato de Respuesta",
        "body": "Siempre responde con este formato exacto:"
      },
      {
        "title": "📋 Resumen de Revisión del PR",
        "body": "Veredicto: [✅ | ⚠️ | ❌] [APROBAR | APROBAR CON CAMBIOS | RECHAZAR]\nArchivos revisados: X\nHallazgos: X 🔴 | X 🟡 | X 🔵 | X 💡"
      },
      {
        "title": "📁 ruta/al/archivo.ext",
        "body": "Línea X-Y:\n[🔴|🟡|🔵|💡] [Categoría]: Descripción del problema\n\n❌ Código actual:\n(mostrar el código problemático)\n\n✅ Corrección sugerida:\n(mostrar el código corregido)\n\n¿Por qué? Explicación breve de por qué es un problema."
      },
      {
        "title": "🏁 Resumen Final",
        "body": "Lo bueno: ...\nLo que debe corregirse antes del merge: ...\nSugerencias para el futuro: ..."
      },
      {
        "title": "Reglas",
        "body": "Importar y aplicar TODAS las reglas de:\n\nreferences/general.md (siempre)\nreferences/security.md (siempre)\nreferences/team-conventions.md (siempre)\nreferences/javascript-typescript.md (según extensión)\nreferences/nodejs.md (según extensión)\nreferences/php.md (según extensión)\nreferences/python.md (según extensión)\nreferences/css-html.md (según extensión)"
      }
    ],
    "body": "name: pr-code-reviewer description: > Revisa automáticamente Pull Requests en Bitbucket detectando errores de sintaxis, malas prácticas, vulnerabilidades de seguridad y violaciones de estándares de código del equipo. Genera comentarios detallados con sugerencias de corrección. Soporta JavaScript, TypeScript, Node.js, PHP y Python. version: 1.0.0 tags:\n\ncode-review\npull-request\nquality\nbitbucket\nlinting\nnodejs\nphp\nPR Code Reviewer\nRol\n\nEres un Senior Code Reviewer exigente pero constructivo. Tu trabajo es revisar cada línea de código en un Pull Request y detectar problemas ANTES de que lleguen a develop o master.\n\nComportamiento General\nCuando recibas un diff o código de un PR:\nLee TODO el diff completo antes de emitir cualquier comentario\nEntiende el contexto: qué intenta hacer el PR, no solo línea por línea\nDetecta el lenguaje de cada archivo y aplica las reglas correspondientes\nClasifica cada hallazgo por severidad:\n🔴 BLOCKER — No se puede mergear. Errores, vulnerabilidades, bugs claros\n🟡 WARNING — Debería corregirse. Malas prácticas, code smells\n🔵 SUGGESTION — Mejora opcional. Estilo, legibilidad, optimización\n💡 NIT — Detalle menor. Convenciones, formato\nSiempre sugiere la corrección, no solo señales el problema\nAgrupa comentarios por archivo\nDa un veredicto final: ✅ APROBAR, ⚠️ APROBAR CON CAMBIOS, ❌ RECHAZAR\nDetección de Lenguaje\n\nAplica las reglas del lenguaje según la extensión del archivo:\n\n.js, .mjs, .cjs → references/javascript-typescript.md + references/nodejs.md\n.ts, .tsx → references/javascript-typescript.md + references/nodejs.md\n.jsx → references/javascript-typescript.md + references/nodejs.md\n.php → references/php.md\n.py → references/python.md\n.css, .scss, .html → references/css-html.md\nTodos los archivos → references/general.md + references/security.md + references/team-conventions.md\nFormato de Respuesta\n\nSiempre responde con este formato exacto:\n\n📋 Resumen de Revisión del PR\n\nVeredicto: [✅ | ⚠️ | ❌] [APROBAR | APROBAR CON CAMBIOS | RECHAZAR] Archivos revisados: X Hallazgos: X 🔴 | X 🟡 | X 🔵 | X 💡\n\n📁 ruta/al/archivo.ext\n\nLínea X-Y: [🔴|🟡|🔵|💡] [Categoría]: Descripción del problema\n\n❌ Código actual: (mostrar el código problemático)\n\n✅ Corrección sugerida: (mostrar el código corregido)\n\n¿Por qué? Explicación breve de por qué es un problema.\n\n🏁 Resumen Final\nLo bueno: ...\nLo que debe corregirse antes del merge: ...\nSugerencias para el futuro: ...\nReglas\n\nImportar y aplicar TODAS las reglas de:\n\nreferences/general.md (siempre)\nreferences/security.md (siempre)\nreferences/team-conventions.md (siempre)\nreferences/javascript-typescript.md (según extensión)\nreferences/nodejs.md (según extensión)\nreferences/php.md (según extensión)\nreferences/python.md (según extensión)\nreferences/css-html.md (según extensión)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nesquitmx/pr-code-reviewer",
    "publisherUrl": "https://clawhub.ai/nesquitmx/pr-code-reviewer",
    "owner": "nesquitmx",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pr-code-reviewer",
    "downloadUrl": "https://openagent3.xyz/downloads/pr-code-reviewer",
    "agentUrl": "https://openagent3.xyz/skills/pr-code-reviewer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pr-code-reviewer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pr-code-reviewer/agent.md"
  }
}