executar-review

Analyze diffs, verify rule conformance, validate test suites, and generate structured review reports.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/leonanpereirapinto/ai-utils --skill executar-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executar-review
Source: https://github.com/leonanpereirapinto/ai-utils/tree/main/skills/spec-driven/executar-review
Command: npx skills add https://github.com/leonanpereirapinto/ai-utils --skill executar-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of comprehensive code reviews by analyzing diffs, verifying conformance with project rules, validating test suites, and generating a structured review report.

Core Features & Use Cases

  • Stepwise Code Change Analysis: reviews each modified file for adherence to project standards and detects potential issues.
  • Rules Conformance Verification: enforces naming conventions, folder structure, error handling patterns, and dependency checks.
  • Tech Spec & Task Alignment: compares implementation against Tech Specs and task definitions to ensure scope adherence.
  • Generated Review Report: produces a structured, actionable report with findings and severity classifications.

Quick Start

Invoke the executar-review skill on the target repository to run a full code review and generate the report.

Frequently Asked Questions about executar-review

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

FAQPage Schema
How do I automate code reviews for Git diffs before merging?

Automated code reviews analyze Git diffs against project rules and test suites to generate structured pre-merge verification reports. This process evaluates file changes stepwise, checking adherence to naming conventions, folder structure, and error handling patterns.

What is tech spec alignment verification in a code review?

Tech spec alignment verification compares implementation diffs against technical specifications and task definitions to ensure scope adherence. It validates that code changes conform to the defined project requirements and architectural constraints during the review process.

How do I check if my code changes conform to project rules and conventions?

Conformance checks validate modified files against project standards by enforcing naming conventions, folder structure, error handling patterns, and dependency rules. This automated verification detects potential issues and deviations during the diff analysis step.

Can I generate a structured code review report with severity classifications?

Code review automation generates a structured, actionable report with findings classified by severity. The report consolidates diff analysis, rules conformance verification, and test readiness validation results into a comprehensive review document for pre-merge workflows.

Does automated code review validate test suites alongside diff analysis?

Automated code review validates test suites as part of its stepwise analysis process. It verifies test readiness and conformance to project rules while analyzing diffs, ensuring both code quality and test coverage are assessed before generating the final review report.

What are the limitations of automated pre-merge code review?

Automated code review focuses on diff analysis, rules conformance, and test validation, meaning it requires defined project standards and tech specs to function effectively. Reviews are limited to detecting pattern-based issues and structural deviations rather than subjective architectural assessments.