review

Run structured code reviews on pull requests and branches with severity-ranked findings.

Updated May 4, 2026
One-click install
npx skills add https://github.com/olioskar/comb-the-desert-claude-plugin --skill review-olioskar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/olioskar/comb-the-desert-claude-plugin/tree/main/skills/review
Command: npx skills add https://github.com/olioskar/comb-the-desert-claude-plugin --skill review-olioskar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you perform disciplined code reviews on pull requests, branches, file lists, and design artifacts so you can catch bugs, drift, and missing edge cases before they ship.

Core Features & Use Cases

  • Diff-aware review orchestration: Selects the right review agents for code-shaped or non-code work and adapts the review lens to the artifact.
  • Policy and pattern checking: Loads project directives, configuration, and observed conventions to spot inconsistencies and undocumented deviations.
  • Structured reporting: Produces a prioritized review report with clear findings, severity, and file references for follow-up.
  • Use case: Use this Skill when you want a PR or spec audited for correctness, maintainability, and alignment with team conventions.

Quick Start

Use the review skill to inspect the current branch or a pull request and produce a structured code review report with prioritized findings.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a structured code review on a pull request?

You can perform a structured code review by running this Skill against a pull request or branch; it analyzes the diff, checks project conventions, and outputs a prioritized report with severity-ranked findings.

Can I review non-code artifacts like specs and documentation for drift?

Yes, you can review non-code artifacts like specs, plans, and documentation. The review orchestration adapts its lens to inspect design materials for correctness and alignment with team conventions.

How does diff analysis check my code against project conventions?

Diff analysis checks your code by loading project directives, layered configuration, and observed conventions to spot inconsistencies, undocumented deviations, and missing edge cases before shipping.

Does this code review tool work with explicit file lists and design artifacts?

Yes, the tool works with explicit file lists and design artifacts. It selects the appropriate review agents based on whether the target is code-shaped diffs or non-code review materials.

What is the best way to generate a prioritized report for a branch review?

The best way to generate a prioritized report is to run a structured branch review that applies pattern-baseline comparison and directive loading, producing clear findings with severity rankings for follow-up.