ferrox-eval-review

Audit completed AI phases for evaluation coverage gaps and remediation guidance.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-eval-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-eval-review
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-eval-review
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-eval-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits a completed AI phase to determine whether the evaluation coverage defined in the project’s AI spec was actually implemented, helping teams catch missing tests, weak verification, and incomplete review gates before issues ship.

Core Features & Use Cases

  • Coverage Audit: Checks whether the planned evaluation strategy was carried through in the completed phase.
  • Gap Detection: Identifies missing evaluation cases, incomplete verification steps, and weak coverage areas.
  • Remediation Planning: Produces a concrete fix plan with a score and verdict so the phase can be improved methodically.
  • Use Case: Use this Skill after an AI feature phase is done to review its evaluation rigor and generate a structured EVAL-REVIEW.md.

Quick Start

Ask the assistant to audit the completed phase and generate an evaluation review with score, verdict, gaps, and a remediation plan.

Frequently Asked Questions about ferrox-eval-review

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

FAQPage Schema
How do I audit evaluation coverage gaps after a completed AI phase?

To audit evaluation coverage gaps in a completed AI phase, review the implemented work against the project's AI spec. This process identifies missing tests and weak verification, producing a structured EVAL-REVIEW report with scores and remediation guidance.

What is an EVAL-REVIEW report for AI phase verification?

An EVAL-REVIEW report is a structured document generated by auditing a completed AI phase. It captures evaluation coverage findings, identifies missing verification strategies, provides a final score, a verdict, and a concrete remediation plan to fix discovered gaps.

Do I need a project AI spec to check missing evaluation cases?

Yes, a project AI spec is required to check for missing evaluation cases. The audit process reads project workflow references to compare planned evaluation strategies against actual implementation, ensuring the phase meets documented AI-SPEC expectations.

What's the best way to generate remediation guidance for incomplete review gates?

The best way to generate remediation guidance for incomplete review gates is running a retroactive evaluation audit. This produces a concrete fix plan with a score and verdict, allowing teams to methodically improve weak coverage areas before issues ship.

When should I run an evaluation coverage audit on my AI workflow?

You should run an evaluation coverage audit immediately after an AI feature phase is done. This retroactive review checks evaluation rigor, catches missing verification steps, and ensures the planned evaluation strategy was actually carried through before shipping.