executa-review

Compare a GitHub Pull Request against PRD, Tech Spec, and Tasks documentation.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/arthun01/achados-uesc --skill executa-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executa-review
Source: https://github.com/arthun01/achados-uesc/tree/main/.opencode/skills/executa-review
Command: npx skills add https://github.com/arthun01/achados-uesc --skill executa-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the complex task of code review with structured analysis, providing detailed feedback that streamlines the Pull Request review process and ensures code quality adherence.

Core Features & Use Cases

  • Code Review Automation: Automates the process of reviewing code, saving time and reducing subjective bias.
  • Detailed Feedback: Provides in-depth feedback that covers completeness, adherence to tech spec, code quality, and test coverage.
  • Pull Request Integration: Delivers comments directly within the GitHub Pull Request for seamless review collaboration.

Quick Start

Execute the review skill for Pull Request number #123 by providing the PR number as input.

Frequently Asked Questions about executa-review

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

FAQPage Schema
How do I automate GitHub Pull Request code reviews against a PRD and Tech Spec?▼

To automate GitHub Pull Request code reviews, this skill compares PR changes directly against your PRD, Tech Spec, and Tasks documentation. It analyzes completeness, spec adherence, and code quality, then posts detailed feedback comments directly within the GitHub PR.

What does structured code review analysis check for in a Pull Request?▼

Structured code review analysis evaluates a Pull Request by verifying task completeness, checking adherence to the Tech Spec, and assessing code quality with a specific focus on design, security, performance, and test coverage.

Do I need GitHub access to run automated PR analysis and commenting?▼

Yes, you need GitHub access to run automated PR analysis and commenting. This access is required for the skill to read Pull Request changes and post structured feedback directly within the GitHub Pull Request interface.

How do I start a code review for a specific Pull Request?▼

To start a code review, execute the skill by providing a specific Pull Request number as input. The system then automatically retrieves the PR changes and compares them against your provided PRD and Tech Spec documentation.

Can I evaluate code quality and test coverage for a Pull Request automatically?▼

Yes, you can evaluate code quality and test coverage automatically. The skill assesses submitted Pull Request changes by analyzing design patterns, security vulnerabilities, performance metrics, and test coverage alongside your project's Tech Spec.

Why use a Tech Spec to verify task completeness during PR code review?▼

Using a Tech Spec to verify task completeness during PR code review ensures that submitted code matches documented technical requirements. This structured analysis reduces subjective bias and ensures the Pull Request fulfills all defined project tasks and specs.