review

Review diffs against coding standards and product spec requirements.

38|6|Updated Sep 13, 2012
One-click install
npx skills add https://github.com/pixelastic/oroshi --skill review-pixelastic
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/pixelastic/oroshi/tree/main/tools/ai/claude/config/skills/review
Command: npx skills add https://github.com/pixelastic/oroshi --skill review-pixelastic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review tasks often require validating code changes against both the repository's documented standards and the originating product/spec requirements. This Skill automates a two-axis evaluation of diffs, surfacing drift from standards and spec gaps side by side for quick remediation.

Core Features & Use Cases

  • Parallel Standards and Spec reviews for branches, PRs, or work-in-progress changes.
  • Aggregates findings side-by-side without merging results.
  • Use Case: ensure code changes comply with coding standards and align with the intended product spec before merging.

Quick Start

Provide a target ref (branch or commit) to start a two-axis review against Standards and Spec guidelines.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review a pull request for both coding standards and spec alignment?▼

Review a pull request by computing a diff and running two parallel agents to evaluate coding standards and product spec requirements side by side, surfacing drift from both without merging results.

What is a two-axis code review for diffs?▼

A two-axis code review evaluates a diff against repository documented standards and originating product spec requirements simultaneously, generating separate reports to surface coding drift and spec gaps side by side.

Can I run a standards and spec review on work-in-progress branch changes?▼

Yes, you can apply a standards and spec review to branches, pull requests, or work-in-progress changes by providing a target ref to compute the diff and run the parallel evaluation agents.

How do I start a spec and standards review on a specific commit?▼

Start a spec and standards review by providing a target ref such as a branch or commit, which triggers the review-diff tool to compute the diff and run parallel Standards and Spec agents.

Does the review process combine standards and spec findings into one report?▼

No, the review process aggregates findings side by side without merging results, keeping the standards and spec reports separate for quick remediation of coding drift and product gaps.