code-review

Compare code changes against coding standards and implementation specifications.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Jmarques/orford-sur-le-lac_embarcations --skill code-review-jmarques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Jmarques/orford-sur-le-lac_embarcations/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/Jmarques/orford-sur-le-lac_embarcations --skill code-review-jmarques

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The code-review Skill helps streamline the code review process by providing a parallel assessment of code standards and specification adherence, enabling developers to identify both adherence to coding conventions and implementation accuracy against requirements.

Core Features & Use Cases

  • Parallel Review: Simultaneously checks the code against coding standards and implementation specifications.
  • Code Standards Compliance: Verifies adherence to project-specific coding standards and a baseline set of code smells.
  • Spec Adherence: Evaluates the code's adherence to the specifications outlined in issue tracking systems or PRDs.
  • Use Case: A developer uses this skill to review a pull request and ensure the code meets both project standards and the defined requirements.

Quick Start

Run the code-review skill on your branch with the command: code-review --branch main

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 both standards compliance and spec adherence?

Automate code review by deploying parallel sub-agents to assess code changes simultaneously against project coding standards and implementation specifications, ensuring both convention adherence and requirement accuracy.

Can I check my pull request against implementation specifications from issue tracking systems?

Yes, spec adherence evaluation verifies code changes against specifications outlined in issue tracking systems or PRDs, confirming that pull requests accurately implement defined requirements.

What is parallel assessment in code review workflows?

Parallel assessment is executing multiple sub-agents simultaneously to evaluate code standards compliance and spec adherence independently, streamlining the identification of convention violations and implementation gaps.

How do I run a code review on a specific branch?

Run the code review on a specific branch using the command `code-review --branch main`, which triggers parallel assessment of code changes against project standards and implementation specifications.

Does code standards compliance detect code smells in my changes?

Code standards compliance verifies adherence to project-specific coding standards and checks against a baseline set of code smells to identify potential maintainability issues.

Do I need external dependencies to perform parallel standards and spec assessment?

No external dependencies are required; the code review skill uses internal parallel sub-agents to independently execute standards compliance and spec adherence assessments without external tool integrations.