judge_phase

Evaluate phase artifacts against specified criteria and produce pass/fail judgments.

7|Updated May 6, 2026
One-click install
npx skills add https://github.com/tya5/reyn --skill judge-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge_phase
Source: https://github.com/tya5/reyn/tree/main/src/reyn/stdlib/skills/judge_phase
Command: npx skills add https://github.com/tya5/reyn --skill judge-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a deterministic way to evaluate phase artifacts against predefined quality criteria, ensuring consistent and transparent judgment.

Core Features & Use Cases

  • Automated Evaluation: Reads artifact files and assesses them against specified criteria.
  • Structured Judgments: Produces clear, detailed evaluations with reasons and overall pass/fail decisions.
  • Use Case: Automatically reviewing phase outputs in a pipeline to verify quality standards are met before deployment.

Quick Start

Use the judge_phase skill to evaluate the output artifact of a phase and check if it meets the required quality criteria.

Frequently Asked Questions about judge_phase

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

FAQPage Schema
How do I evaluate phase artifacts against predefined quality criteria in a pipeline?

To evaluate phase artifacts, you can use automated judgment to read structured JSON files and compare them against specified criteria, providing a transparent pass or fail decision with detailed reasons.

What is automated judgment for pipeline validation and how does it work?

Automated judgment for pipeline validation is a deterministic process that assesses phase outputs against specified quality criteria, ensuring consistent evaluation by producing structured pass or fail decisions with transparent reasons.

Can I use Python code to assess structured JSON artifacts for quality assurance?

Yes, you can use Python code to assess structured JSON artifacts for quality assurance by evaluating the artifact data against your specified criteria to generate a clear pass or fail judgment.

What's the best way to automatically review phase outputs before deployment?

The best way to automatically review phase outputs before deployment is to apply deterministic evaluation criteria to your phase artifacts, verifying that quality standards are met through structured pass or fail judgments.

Do I need structured JSON artifacts to perform automated artifact assessment?

Yes, you need structured JSON artifacts because the automated artifact assessment requires reading structured file formats to compare the data against your specified evaluation criteria and produce a transparent judgment.

Why does automated evaluation produce structured judgments for phase outputs?

Automated evaluation produces structured judgments for phase outputs to ensure transparent and consistent quality verification, providing clear reasons and an overall pass or fail decision for every artifact assessed.