review

Evaluate plans with a reviewer-only Critic pass and return a verdict.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/pextacy/stellar --skill review-pextacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/pextacy/stellar/tree/main/skills/review
Command: npx skills add https://github.com/pextacy/stellar --skill review-pextacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewer-only pass for plans ensures independent critique and governance of proposals.

Core Features & Use Cases

  • Enforces separation of author and reviewer roles during plan evaluation.
  • Triggers Critic-based evaluation via /plan --review and returns a verdict (APPROVED, REVISE, REJECT).
  • Validates plan artifacts and guards against carryover issues through quality gates.

Quick Start

Invoke a plan review by issuing a review on the target plan path.

Frequently Asked Questions about review

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

FAQPage Schema
How do I enforce a reviewer-only pass for independent plan critique?

Plan critique enforcement applies a reviewer-only pass to separate author and reviewer roles, invoking /plan --review on target plan paths to return a verdict of APPROVED, REVISE, or REJECT.

What is the purpose of separating author and reviewer roles during plan evaluation?

Separating author and reviewer roles during plan evaluation ensures independent critique and governance of proposals, preventing carryover issues through quality-gate verifications applied by the Critic agent.

How do I trigger a plan review on a target artifact path?

Triggering a plan review requires issuing a review command on the target plan path, which reads from .omx/plans and applies Critic-based evaluation to validate the plan artifacts.

Can I use this governance review process for artifact cleanup and quality-gate verification?

Yes, the governance review process applies during plan review, artifact cleanup, and quality-gate verifications via the Critic agent, reading from .omx/plans to guard against carryover issues.

What verdicts can the Critic agent return after evaluating a plan?

The Critic agent returns a verdict of APPROVED, REVISE, or REJECT after evaluating a plan, dictating whether the proposal passes governance or requires further author revision.

Does plan review work without any external dependencies?

Yes, plan review operates without external dependencies, utilizing the internal Critic agent to read from .omx/plans and apply quality gates for independent artifact validation.