review

Review code changes against coding standards and functional specifications.

4|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/AshenDulsanka/agent-arche --skill review-ashendulsanka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/AshenDulsanka/agent-arche/tree/main/skills/review
Command: npx skills add https://github.com/AshenDulsanka/agent-arche --skill review-ashendulsanka

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive review of code changes by analyzing them against documented coding standards and functional specifications, ensuring adherence to best practices and project requirements.

Core Features & Use Cases

  • Parallel Standards and Spec Reviews: Concurrently checks code against coding standards and functional specifications.
  • Customizable Review Sources: Allows specification of custom coding standards and specifications for precise reviews.
  • Use Case: Before merging a code pull request, run the review skill to ensure that the code changes comply with project standards and meet the specified requirements.

Quick Start

To review code changes against standards and specifications, execute the following command: run skill review --changes 'commit-hash' --spec 'path/to/specification'.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review code changes for standards compliance and spec adherence before merging?

To review code changes for standards compliance and spec adherence, execute a command targeting your commit hash and specification path. This concurrently evaluates source code against documented coding standards and functional specifications to ensure requirements are met before integration.

What is parallel code review and how does it work for software development?

Parallel code review concurrently evaluates source code changes against multiple documents, applying documented coding standards and functional specifications simultaneously. This mechanism ensures adherence to best practices and project requirements during software development and maintenance processes.

Can I use custom coding standards and functional specifications for code reviews?

Yes, you can specify custom coding standards and functional specifications for precise code reviews. The system allows you to point to custom specification paths, ensuring the review process aligns exactly with your project's documented requirements.

What's the best way to ensure a pull request complies with project coding standards?

The best way to ensure pull request compliance is running a parallel review against your documented coding standards and functional specifications. This analyzes source code changes concurrently, verifying adherence to project requirements before the merge.

Do I need a code repository context to run standards compliance checks?

Yes, you need a code repository context to run standards compliance checks. The review process requires the ability to execute commands within the repository to analyze source code changes against your specified coding standards and functional specifications.