code-review

Automate parallel code review against coding standards and implementation specifications.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/CarbonTails/Di-Vincis-Atelier --skill code-review-carbontails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/CarbonTails/Di-Vincis-Atelier/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/CarbonTails/Di-Vincis-Atelier --skill code-review-carbontails

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code reviews by performing parallel analyses of coding standards and implementation specifications, reducing the time and effort required for thorough code examination.

Core Features & Use Cases

  • Parallel Analysis: Simultaneously reviews code against both standards and specifications.
  • Standards Check: Ensures code adheres to documented coding standards.
  • Spec Validation: Confirms code matches the requirements outlined in the originating issue or PRD.
  • Use Case: When reviewing a branch or pull request, this Skill can quickly identify deviations from standards and specifications without manual inspection.

Quick Start

Run the code-review skill on your branch or pull request to automatically check for standards compliance and spec adherence.

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 continuous integration pipelines?

Automating code review for continuous integration pipelines involves running parallel analyses against documented coding standards and implementation specifications. This Skill performs simultaneous checks to quickly identify deviations on a branch or pull request without manual inspection.

What is parallel code analysis for standards compliance and spec validation?

Parallel code analysis for standards compliance and spec validation is the process of simultaneously evaluating source code against documented coding standards and originating issue requirements. It ensures software development branches adhere to both quality rules and functional expectations.

Do I need Git and an issue tracker to run automated code reviews?

Yes, you need Git and a configured issue tracker to run these automated code reviews. The Skill utilizes Git for source control operations and requires integration with an issue tracker to validate implementation specifications against originating requirements.

Can I use this Skill to validate pull requests against a PRD?

Yes, you can use this Skill to validate pull requests against a PRD. It performs spec validation by confirming that the code in your branch matches the implementation specifications and requirements outlined in the originating issue or product requirements document.

What is the best way to check a branch for coding standards deviations?

The best way to check a branch for coding standards deviations is to run an automated parallel review process. This Skill examines your source code against documented standards and specifications, quickly identifying issues without requiring manual code inspection.