code-review

Review code changes against coding standards and specification requirements in parallel.

80|21|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/alfredoperez/speckit-companion --skill code-review-alfredoperez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/alfredoperez/speckit-companion/tree/main/examples/todo-matt-skills/.claude/skills/code-review
Command: npx skills add https://github.com/alfredoperez/speckit-companion --skill code-review-alfredoperez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process by simultaneously checking the code against both coding standards and specifications, ensuring compliance and quality.

Core Features & Use Cases

  • Two-axis Review: Reviews code against both coding standards and specifications in parallel.
  • Standards Check: Ensures code adheres to documented coding standards and a baseline of code smells.
  • Spec Check: Validates that the code matches the requirements specified in the originating issue or PRD.
  • Use Case: Ideal for reviewing branches, pull requests, or work-in-progress changes to ensure they meet both standards and specifications.

Quick Start

Run the code-review skill to review the changes since the last commit.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code changes against both coding standards and specifications?

To review code changes against standards and specifications, run parallel sub-agents that handle diff comparisons, checking for compliance and specification validation side by side.

What is the best way to validate that a pull request matches the originating spec?

Spec validation checks code changes against the requirements in the originating issue or PRD. It runs in parallel with standards compliance checks to report side-by-side findings.

Can I check for code smells and specification requirements at the same time?

Yes, you can check for code smells and specification requirements simultaneously. The review process handles both checks in parallel sub-agents, reporting findings side by side.

How do I automate specification validation and standards compliance for a branch?

Automate specification validation and standards compliance by running the review skill on your branch. It reviews changes since the last commit against documented coding standards and the originating spec.

Do I need to provide the coding standards and spec to review my code?

Yes, the review process requires knowledge of the repo's documented coding standards and the originating specification to validate the code changes and report side-by-side findings accurately.

Does the code review process handle diff comparisons?

Yes, the code review process handles diff comparisons. It evaluates the changes since the last commit, passing the diff to parallel sub-agents for standards and spec validation.