code-review

Generates a structured, prioritized code review report from a PR URL, number, or branch name using gh CLI.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/nobelk/claude-tools --skill code-review-nobelk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/nobelk/claude-tools/tree/main/skills/code-review
Command: npx skills add https://github.com/nobelk/claude-tools --skill code-review-nobelk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rigorous PR code review standards that mimic a senior software engineer's assessment, ensuring issues in correctness, security, performance, testing, design, and observability are surfaced.

Core Features & Use Cases

  • Multi-dimensional analysis of changes in a pull request, including correctness, security, performance, testing, design, and observability.
  • Actionable recommendations with code-level improvements and prioritized items.
  • Works with PR numbers, URLs, or branch names and produces a structured review suitable for reviewer guidance.

Quick Start

Provide a PR URL or identifier to generate a full senior-engineer-grade review immediately.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a senior-engineer-grade code review for a pull request?▼

You can automate a pull request code review by providing a PR number, URL, or branch name to generate a structured, prioritized report covering correctness, security, performance, testing, design, and observability.

What dimensions does an automated PR code review analyze?▼

An automated PR code review analyzes changes across multiple dimensions: correctness, security, performance, testing, design, and observability, surfacing actionable recommendations with code-level improvements.

Do I need the gh CLI installed to review a pull request branch?▼

Yes, you need the gh CLI installed and authenticated, and the repository must be checked out at the repository root to perform an automated pull request code review.

Can I use a PR URL or branch name to generate a structured code review report?▼

Yes, you can provide a PR URL, PR number, or branch name to generate a structured review with severity levels and prioritized, actionable fixes suitable for reviewer guidance.

What is the best way to get actionable fixes with severity levels from a diff analysis?▼

The best way to get actionable fixes from a diff analysis is running an automated senior-engineer-grade review, which outputs findings with severity levels and prioritized code-level improvements in-context.