speckit-review-run

Orchestrate specialized agents to review pull request code changes.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/payangar-dev/texlab --skill speckit-review-run-payangar-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-review-run
Source: https://github.com/payangar-dev/texlab/tree/main/.agents/skills/speckit-review-run
Command: npx skills add https://github.com/payangar-dev/texlab --skill speckit-review-run-payangar-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you catch quality issues in pull requests early by running specialized reviews across code, comments, tests, errors, and types, then producing a prioritized, actionable summary.

Core Features & Use Cases

  • Config-driven, agent-based PR auditing: Orchestrates multiple review agents sequentially, optionally toggled via .specify/extensions/review/review-config.yml or falls back to extension.yml defaults.
  • Change-aware review coverage: Detects changed files and runs only the relevant review aspects (for example, tests when test files changed, types when types were added/modified).
  • Actionable output and recommended fixes: Aggregates results into Critical/Important/Suggestions and provides a clear action plan after reviews complete.
  • Targeted reviews via arguments: Allows explicit selection of review aspects that override config toggles (e.g., comments-only, simplify-only, or all).

Quick Start

Run a full PR review for the current changes by issuing the command: /speckit.review all.

Frequently Asked Questions about speckit-review-run

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

FAQPage Schema
How do I automate pull request code reviews for multiple aspects like tests and types?

Automated PR code review orchestrates specialized agents to review code, comments, tests, errors, and types, then aggregates findings into a prioritized, actionable summary to catch quality issues early.

How do I run a comprehensive PR review only on changed files?

Change-aware PR review detects modified files and runs only relevant review aspects, such as tests when test files change or types when type definitions are modified, ensuring targeted static analysis.

Can I override the default PR review configuration to run specific code analysis agents?

You can override default review configuration toggles by passing explicit arguments, allowing targeted reviews like comments-only or simplify-only, or running all specialized agents for a comprehensive audit.

What is the best way to aggregate static analysis findings into an actionable summary?

Aggregating static analysis findings involves orchestrating multiple review agents and compiling their results into Critical, Important, and Suggestions categories to provide a clear action plan after reviews complete.

Does automated code review require a specific project structure to function?

Automated code review applies to PR workflows following a Speckit project structure with `.specify/` directories, using config-toggled or argument-overridden scopes to select applicable review agents.

How do I configure agent orchestration for pull request audits?

Agent orchestration for PR audits is configured via `.specify/extensions/review/review-config.yml` or falls back to `extension.yml` defaults, allowing sequential execution of specialized review agents based on toggles.