review

Review code against coding standards and issue or PRD requirements.

Updated May 31, 2026
One-click install
npx skills add https://github.com/danielorzeata83-a11y/Abc --skill review-danielorzeata83-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/danielorzeata83-a11y/Abc/tree/main/.claude/skills/review
Command: npx skills add https://github.com/danielorzeata83-a11y/Abc --skill review-danielorzeata83-a11y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit simplifies the code review process by simultaneously assessing code against coding standards and the specific requirements of the originating issue or PRD, ensuring both adherence to standards and fulfillment of specifications.

Core Features & Use Cases

  • Standards Check: Evaluates code against the documented coding standards of the repository.
  • Spec Check: Validates that the code aligns with the intended functionality as described in the originating issue or PRD.
  • Parallel Execution: Runs both checks in parallel sub-agents to avoid contamination of context.
  • Use Case: Ideal for reviewing code commits, pull requests, or any work-in-progress changes where a thorough, dual-axis review is necessary.

Quick Start

To start a review, provide the skill with the branch or commit to compare against and specify any relevant PRD or issue file.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review to check both coding standards and PRD requirements?

Automated code review can simultaneously verify coding standards adherence and PRD specification fulfillment by running parallel sub-agents, preventing context contamination and ensuring dual-axis validation for your commits.

What is the best way to perform a dual-axis code review on a pull request?

The best way to perform dual-axis code review is running standards checks and specification checks in parallel sub-agents, evaluating repository coding rules and originating issue requirements simultaneously to ensure complete code compliance.

Can I use a code review skill that integrates with issue trackers to validate PRD fulfillment?

Yes, this code review skill integrates with issue trackers to validate PRD fulfillment, checking that your work-in-progress changes align with the intended functionality described in the originating issue or product requirements document.

How do I start a parallel code review for work-in-progress branch changes?

To start a parallel code review, provide the skill with the specific branch or commit to compare against, and specify any relevant PRD or issue file to initiate the simultaneous standards and specification evaluation.

Why should I run specification checks and coding standards checks in parallel sub-agents?

Running specification and coding standards checks in parallel sub-agents prevents context contamination, keeping the coding rules evaluation isolated from the PRD requirements validation for more accurate software development review results.

Does parallel code review work without configuring documented coding standards?

Parallel code review requires documented coding standards in the repository to function properly, as the standards check component specifically evaluates submitted code changes against the repository's established coding rules.