review

Review code changes against coding standards and implementation specifications.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/pxlcrtiv/opencode-setup --skill review-pxlcrtiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/pxlcrtiv/opencode-setup/tree/main/skills/review
Command: npx skills add https://github.com/pxlcrtiv/opencode-setup --skill review-pxlcrtiv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive review of code changes, ensuring adherence to coding standards and implementation of requirements.

Core Features & Use Cases

  • Two-axis Review: Analyzes code changes against coding standards and implementation specifications.
  • Parallel Sub-agents: Runs reviews in parallel to avoid context contamination.
  • Use Case: When reviewing a branch or pull request, this Skill ensures that the code adheres to standards and meets the specified requirements.

Quick Start

Review the changes since commit 'abc123'.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check if code changes meet implementation specifications and coding standards?

You can check code changes against implementation specifications and coding standards by running a two-axis review that analyzes commit history against specification documentation using parallel sub-agents to prevent context contamination.

What is a two-axis code review and how does it work?

A two-axis code review evaluates changes along two parallel tracks: coding standards and implementation specifications. It uses parallel sub-agents to review each axis independently, preventing context contamination and ensuring thorough specification compliance.

How do I review a pull request branch against specification documentation?

To review a pull request branch against specification documentation, provide the commit history and specification files. The review process checks implementation compliance and coding standards simultaneously using isolated sub-agents.

Do I need commit history and specification documentation to run a code review?

Yes, commit history and specification documentation are required to run this code review. The two-axis review requires access to both to evaluate whether code changes adhere to implementation specifications and coding standards accurately.

Why use parallel sub-agents for code review instead of a single review pass?

Using parallel sub-agents for code review avoids context contamination. By running standards compliance and specification checks independently, each sub-agent maintains focused context, resulting in a more thorough and accurate review of code changes.

Can I review code changes for a specific commit hash?

Yes, you can review code changes starting from a specific commit hash. By providing a starting commit like 'abc123', the review process analyzes all subsequent changes against coding standards and implementation specifications.