code-review

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

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/AtharvaN16/Personal-Lib --skill code-review-atharvan16
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AtharvaN16/Personal-Lib/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/AtharvaN16/Personal-Lib --skill code-review-atharvan16

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of reviewing code changes by assessing adherence to coding standards and fulfillment of specifications.

Core Features & Use Cases

  • Two-axis Review: Concurrently check the code against coding standards and specifications.
  • Parallel Sub-agents: Independent evaluation of standards and specification compliance.
  • Use Case: Ideal for reviewing a branch, pull request, or any codebase change where adherence to coding standards and specification compliance is crucial.

Quick Start

Execute a review using the 'code-review' skill by running 'code-review <commit_or_branch_name>'.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for specification compliance and coding standards?

Automate code reviews by running parallel sub-agents that concurrently evaluate code changes against specified coding standards and functional specifications. This streamlines the validation of repository modifications for continuous integration workflows.

Can I check if a pull request fulfills both functional requirements and formatting rules?

Yes, you can check a pull request by executing a two-axis review. This concurrently assesses functional correctness against a provided specification or issue reference alongside strict adherence to established coding standards.

How do I integrate automated specification checks into a continuous integration pipeline?

Integrate specification checks into a continuous integration pipeline by executing the review skill against a branch or commit. It utilizes sub-agents to evaluate compliance and outputs an analysis of required repository changes.

Does the automated code review process require Git for repository access?

Yes, the automated code review process requires Git for repository access and comparison. It relies on Git to retrieve branch changes and compare codebase modifications against the specified implementation requirements.

What is the best way to evaluate branch changes against a specific issue reference?

The best way to evaluate branch changes is to use a parallel review process. Independent sub-agents assess the code modifications for compliance with coding standards and verify functional correctness against your referenced issue specification.

How does parallel sub-agent evaluation work for codebase changes?

Parallel sub-agent evaluation works by deploying independent processes to concurrently review code changes. One sub-agent checks coding standards while the other verifies specification compliance, providing a comprehensive analysis of the modifications.