review-output

Validate agent outputs against constraints and global rules before execution.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ysgdepaula/x-deep-os --skill review-output-ysgdepaula
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-output
Source: https://github.com/ysgdepaula/x-deep-os/tree/main/.claude/skills/review-output
Command: npx skills add https://github.com/ysgdepaula/x-deep-os --skill review-output-ysgdepaula

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill ensures agent outputs are verified against defined constraints and global rules before they are executed, preventing unwanted actions or unsafe results.

Core Features & Use Cases

  • Coherence checks: verifies the output answers the original request.
  • Constraint and rule compliance: ensures all agent-defined constraints and global rules are respected.
  • Verdict and logging: returns a formal APPROVED or REJECTED verdict and logs the decision to the changelog.

Quick Start

Provide input data as described in the Inputs section and run the validator to obtain an explicit APPROVED or REJECTED verdict.

Frequently Asked Questions about review-output

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

FAQPage Schema
How do I validate agent outputs before execution?

Validating agent outputs before execution requires checking the produced output against the original request, agent-specific constraints, and global rules, returning an APPROVED or REJECTED verdict.

How do I check if an agent's response meets predefined constraints and global rules?

You can check if an agent's response meets predefined constraints and global rules by reading templates and rules files, verifying compliance, and returning a formal APPROVED or REJECTED verdict.

What does an agent output validation check?

Agent output validation checks coherence, constraints, rules, factual accuracy, tone, and completeness to prevent unwanted actions or unsafe results before execution.

Do I need specific configuration files to validate agent outputs?

Yes, you need specific configuration files to validate agent outputs, reading constraints from .agent/templates/sub-{agent}.yaml and global rules from .agent/rules.md.

What happens when an agent output fails validation checks?

When an agent output fails validation checks, the process returns a REJECTED verdict, updates the agent changelog, and prevents unwanted actions or unsafe results.