code-review

Review code changes against coding standards and specifications.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Matthieusz/skills --skill code-review-matthieusz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Matthieusz/skills/tree/main/code-review
Command: npx skills add https://github.com/Matthieusz/skills --skill code-review-matthieusz

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 against coding standards and specifications, saving developers time and ensuring quality.

Core Features & Use Cases

  • Two-axis review: Parallel reviews for coding standards and specifications.
  • Standards check: Validates code against documented coding standards.
  • Spec check: Ensures code implementation matches the originating specification.
  • Use Case: Use this Skill to review code changes in a branch or PR before merging, ensuring compliance with standards and requirements.

Quick Start

Run /code-review --branch <branch-name> to review the changes in a specific branch.

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 review for coding standards and specifications before merging?

Automate code review by running a parallel two-axis check against documented coding standards and originating specifications. This validates branch changes before merging, ensuring compliance and requirements adherence for continuous integration workflows.

What is a two-axis code review and how does it check specification adherence?

A two-axis code review performs parallel validation of coding standards compliance and originating specification adherence. It checks code changes against documented requirements simultaneously, ensuring both quality standards and functional specifications are met.

Can I review code changes in a specific branch before merging into continuous integration?

Yes, you can review code changes in a specific branch before merging by running a targeted branch review command. This validates the branch changes against coding standards and originating specifications within continuous integration workflows.

Does parallel code review work without external dependencies in a CI workflow?

Parallel code review operates without external dependencies, running internal scripts and references to validate standards and specifications. It is designed specifically for continuous integration workflows to report on code compliance.

What is the best way to ensure code implementation matches the originating specification?

The best way to ensure implementation matches the originating specification is to run a dedicated specification check alongside standards validation. This parallel review approach reports on specification adherence before merging code changes.