review

Review code against coding standards and requirements using parallel sub-agents.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/safzanpirani/pi-config --skill review-safzanpirani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/safzanpirani/pi-config/tree/main/skills/review
Command: npx skills add https://github.com/safzanpirani/pi-config --skill review-safzanpirani

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of simultaneously reviewing code for adherence to coding standards and implementation against requirements, ensuring both quality and correctness in code submissions.

Core Features & Use Cases

  • Dual Axis Review: Simultaneously evaluates code against coding standards and requirements.
  • Parallel Processing: Utilizes sub-agents to review standards and specifications independently.
  • Use Case: Ideal for reviewing code changes before merging, ensuring changes align with project standards and original specifications.

Quick Start

To review changes from 'commit123' to 'HEAD', simply run the command: /review commit123 HEAD

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code for both coding standards and specification compliance?

Code review for standards and spec compliance is done simultaneously by running parallel sub-agents that independently evaluate implementation against requirements and documented coding rules.

Can I review feature branches and pull requests in version control systems?

Yes, version control code review supports evaluating both feature branches and pull requests by comparing changes between specific commit hashes before merging.

How do I run a code review between two commits?

To run a code review between commits, specify the starting commit and HEAD in the review command to evaluate the diff for adherence to standards and specifications.

What is the best way to ensure code changes align with original specifications?

The best way to ensure alignment with original specifications is conducting a dual-axis review that validates implementation correctness against requirements alongside coding standards.

How does parallel processing work for code reviews?

Parallel processing for code reviews works by deploying independent sub-agents that simultaneously check specification validation and coding standards, ensuring both quality and correctness in submissions.