{"id":"code-review","slug":"code-review","name":"Code Review","summary":"Review code changes for bugs, regressions, missing tests, and risky assumptions.","description":"A portable code-review skill for AI agents. It focuses review output on concrete findings, file references, severity, test gaps, and residual risk.","registryKind":"global","visibility":"public","author":"yaacovcorcos","compatibleWith":["codex","claude-code","cursor","generic-agent"],"tags":["review","testing","reliability"],"categories":["coding"],"installCommand":"papiskill install official/code-review","markdown":"# Code Review\n\nUse this skill when asked to review a code change, pull request, patch, or branch.\n\n## Review stance\n\nLead with findings. Prioritize bugs, behavioral regressions, security issues, data loss risks, missing authorization, concurrency problems, migration hazards, and missing tests.\n\nDo not summarize the change before findings unless there are no findings.\n\n## Required output shape\n\nFor each finding, include:\n\n- severity: `P0`, `P1`, `P2`, or `P3`\n- exact file path and line when available\n- concrete problem\n- why it matters\n- smallest safe fix\n\nIf there are no findings, say that clearly and name any test gaps or residual risk.\n","files":[{"path":"SKILL.md","content":"# Code Review\n\nUse this skill when asked to review a code change, pull request, patch, or branch.\n\n## Review stance\n\nLead with findings. Prioritize bugs, behavioral regressions, security issues, data loss risks, missing authorization, concurrency problems, migration hazards, and missing tests.\n\nDo not summarize the change before findings unless there are no findings.\n\n## Required output shape\n\nFor each finding, include:\n\n- severity: `P0`, `P1`, `P2`, or `P3`\n- exact file path and line when available\n- concrete problem\n- why it matters\n- smallest safe fix\n\nIf there are no findings, say that clearly and name any test gaps or residual risk.\n"}],"installTargets":{}}