review

Review plan files with the Critic agent and return a verdict.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sigridjineth/oh-my-codex --skill review-sigridjineth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/sigridjineth/oh-my-codex/tree/main/skills/review
Command: npx skills add https://github.com/sigridjineth/oh-my-codex --skill review-sigridjineth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick alias to initiate a review of an existing plan, ensuring quality and adherence to standards before execution.

Core Features & Use Cases

  • Plan Evaluation: Triggers the Critic agent to assess the validity and completeness of a plan.
  • Feedback Generation: Delivers a verdict (APPROVED, REVISE, REJECT) with specific feedback for revisions.
  • Use Case: After generating a complex architectural plan, use this skill to have the Critic agent review it for potential flaws or areas needing improvement before implementation begins.

Quick Start

Initiate a review of the default plan in the .omc/plans directory.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review an existing architectural plan for potential flaws?

To review an existing architectural plan, you can trigger a Critic agent to evaluate its validity, completeness, and adherence to project standards before implementation begins.

What is the process for evaluating plan structure and content?

Evaluating plan structure and content involves validating the plan file path and triggering an automated review process to assess project standard adherence and overall completeness.

How do I get feedback on a plan file to see if it needs revisions?

You can generate feedback on a plan file by initiating a review process that delivers a verdict of APPROVED, REVISE, or REJECT along with specific revision suggestions.

Can I specify a plan file path for targeted evaluation?

Yes, you can specify a plan file path to perform a targeted evaluation, ensuring the Critic agent assesses the exact architectural plan you want reviewed.

When do I need to run a plan validation process?

You need to run a plan validation process after generating a complex architectural plan and before execution begins, ensuring quality control and adherence to standards.

What are the limitations of using an automated critic agent for plan evaluation?

The automated critic agent focuses on validating plan structure, content, and standards adherence but relies on the provided plan file path and may not catch domain-specific logic flaws outside project standards.