review-code

Reviews code diffs and generates prioritized markdown reports with severity-ranked findings.

11|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/awood45/claude-coding-commands --skill review-code-awood45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/awood45/claude-coding-commands/tree/main/.claude/skills/review-code
Command: npx skills add https://github.com/awood45/claude-coding-commands --skill review-code-awood45

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns raw code changes into a structured, prioritized review so you can catch bugs, security issues, and regressions before merge.

Core Features & Use Cases

  • Automatically inspects staged, unstaged, untracked, file-specific, or glob-matched changes.
  • Dynamically chooses the most relevant review perspectives for the diff.
  • Produces a markdown review with severity-ranked findings, positive notes, and action items.
  • Use it for pull request reviews, pre-merge checks, refactors, and targeted audits of a single file.

Quick Start

Use the review-code skill to review the current repository changes and generate a prioritized markdown review report.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I review code changes for correctness and security before a pull request merge?

Reviewing code diffs before a pull request merge involves collecting file changes and applying dynamic perspective selection to identify correctness, security, and reliability issues. The output is a severity-ranked markdown document with actionable findings and positive notes.

What is the best way to perform a security audit on a specific file diff?

Performing a security audit on a specific file diff requires applying targeted review perspectives to file-specific or glob-matched changes. This generates severity-classified findings that highlight security vulnerabilities and maintainability concerns in the modified code.

Can I use automated code review for both staged and untracked changes in a repository?

Automated code review can inspect staged, unstaged, untracked, file-specific, and glob-matched changes within a repository. It dynamically selects relevant review perspectives to evaluate the diff and saves a structured markdown review document.

How does diff analysis classify the severity of maintainability and performance issues?

Diff analysis classifies the severity of maintainability and performance issues by dynamically selecting review perspectives based on the code changes. It produces a prioritized markdown review with severity-ranked findings, positive notes, and action items.

Do I need design documents to perform a pre-merge quality check on a code diff?

Pre-merge quality checks on a code diff can include design-document reference scanning to ensure changes align with intended architecture. This reference scanning is part of producing a comprehensive, prioritized markdown review document.