code-reviewer

Review git diffs and pull requests for correctness, security, and performance.

24|8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vadimcomanescu/codex-skills --skill code-reviewer-vadimcomanescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/vadimcomanescu/codex-skills/tree/main/skills/.curated/quality/code-reviewer
Command: npx skills add https://github.com/vadimcomanescu/codex-skills --skill code-reviewer-vadimcomanescu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps reviewers efficiently assess pull requests and diffs by focusing reviewer effort on correctness, safety, maintainability, performance, and tests to reduce missed regressions and noisy feedback.

Core Features & Use Cases

  • Structured review workflow: Prioritizes checks in a repeatable order (correctness, safety, maintainability, performance, tests).
  • Large-diff triage: Guides reviewers to entrypoints and high-risk files and collapse mechanical changes so humans focus on behavioral deltas.
  • Automated report generation: Includes a script to render a templated markdown review report with changed files and heuristic risk hits.
  • Use Case: Run this when reviewing a PR to produce a concise summary, list major blockers, surface heuristic risks, propose fixes, and provide a test plan and follow-ups.

Quick Start

Use the code-reviewer skill to review the attached pull request or git diff and produce a structured report with summary, major issues, minor suggestions, test plan, and follow-ups.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a large git diff without missing behavioral changes?

To review a large git diff, you can use a structured workflow that collapses mechanical changes and guides you to high-risk files and entrypoints. This approach focuses reviewer effort on behavioral deltas to reduce missed regressions.

What should be included in an actionable pull request review report?

An actionable pull request review report should include a concise summary, major blockers, heuristic risk hits, proposed fixes, a test plan, and follow-ups. It prioritizes checks for correctness, safety, maintainability, and performance.

Can I generate a structured code review for both frontend and backend pull requests?

Yes, you can generate a structured code review for both frontend and backend pull requests. The review process applies across backend, frontend, and infrastructure code to assess correctness, security, and maintainability.

What is the best way to automate pull request triage for security and performance?

The best way to automate pull request triage is to apply a repeatable check order that assesses safety, performance, and maintainability. This surfaces heuristic risks and generates a templated markdown review report with changed files.

Does the code review workflow require any external dependencies or scripts?

No external dependencies are required. The workflow uses included scripts and references to render a templated markdown review report, allowing you to assess diffs and propose fixes without additional environment setup.