evaluate

Run verification commands and write a structured verdict to build-eval.json.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill evaluate-danielkhigay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluate
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/evaluate
Command: npx skills add https://github.com/danielkhigay/gaz --skill evaluate-danielkhigay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluates a completed phase step by executing verification commands, orchestrating review agents, and producing a structured verdict written to build-eval.json. It does not fix issues — it surfaces failures for follow-up review.

Core Features & Use Cases

  • Automate verification by running prescribed commands and validating outcomes.
  • Spawn specialized QA agents to review changes and synthesize evidence.
  • Write a structured verdict to build-eval.json and update the evaluator status for traceability.
  • Use after a builder signals ready_for_eval or for ad-hoc quality verification.

Quick Start

Invoke the skill by specifying the phase and step to evaluate, and it will run verification commands, spawn agents, and write the verdict.

Frequently Asked Questions about evaluate

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

FAQPage Schema
How do I automate phase step verification and generate a build-eval.json verdict?

To automate phase step verification, specify the phase and step to evaluate, and the system runs verification commands, spawns specialized QA agents, and writes a structured verdict to build-eval.json.

What is the process for quality verification after a builder signals ready_for_eval?

When a builder signals ready_for_eval, quality verification triggers automated command execution and spawns specialized QA agents to review changes and synthesize evidence into a build-eval.json verdict.

How do I collect evidence and synthesize a final verdict for evaluation records?

Specialized QA agents review changes and synthesize evidence to produce a final verdict, writing the structured evaluation record to build-eval.json for traceability.

Can I run ad-hoc quality verification across project phases without fixing issues?

Ad-hoc quality verification can be applied across project phases to execute verification commands and spawn agents, surfacing failures for follow-up review without fixing issues.

What are the limitations of using automated verdicts for end-to-end verification?

Automated verdicts surface failures for follow-up review without fixing issues, meaning builders must manually address any identified problems after the structured build-eval.json verdict is produced.