loop-execution-evaluator

Routes track evaluation to specialized evaluators based on track type.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill loop-execution-evaluator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-execution-evaluator
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/loop-execution-evaluator
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill loop-execution-evaluator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes track evaluation to the correct specialized evaluator based on the track type, ensuring the appropriate quality gates are applied for each track category.

Core Features & Use Cases

  • Dispatches to the relevant evaluator(s) such as eval-ui-ux, eval-code-quality, eval-integration, and eval-business-logic based on the identified track type.
  • Reads the track's metadata.json and spec.md to determine the track type, then executes the corresponding evaluation workflow.
  • Aggregates results from dispatched evaluators into a single final verdict for the Evaluate-Loop and coordinates subsequent steps.

Quick Start

Provide the current track's metadata and spec to the dispatcher to route evaluation to the correct specialized evaluator.

Frequently Asked Questions about loop-execution-evaluator

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

FAQPage Schema
How do I route track evaluation to specialized evaluators based on track type?

You route track evaluation by providing the track's metadata.json and spec.md to the dispatcher, which determines the track type and dispatches execution to the correct specialized evaluator for quality assessment.

What is the best way to apply the correct quality gates for different track categories?

The best way to apply correct quality gates is using a dispatcher that reads track metadata to route execution to specialized evaluators like eval-ui-ux, eval-code-quality, eval-integration, or eval-business-logic as appropriate.

How does the dispatcher aggregate evaluator results into a final verdict?

The dispatcher aggregates evaluator results by collecting outputs from the dispatched specialized evaluators into a single final verdict for the Evaluate-Loop and then triggers subsequent steps in the workflow.

Do I need metadata.json and spec.md files to use the track evaluation dispatcher?

Yes, you need both metadata.json and spec.md files, as the dispatcher reads these inputs to determine the track type and route execution to the correct specialized evaluator workflow.

Can I trigger subsequent workflow steps after aggregating track evaluation results?

Yes, you can trigger subsequent workflow steps because the dispatcher aggregates results from dispatched evaluators into a single final verdict for the Evaluate-Loop and coordinates the following actions.

What specialized evaluators are available for routing track evaluation workflows?

The specialized evaluators available for routing track evaluation are eval-ui-ux, eval-code-quality, eval-integration, and eval-business-logic, each targeting specific quality assessment domains based on track type.