loop-execution-evaluator

Route evaluation tasks to specialized evaluators based on track metadata.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-execution-evaluator-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-execution-evaluator
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/loop-execution-evaluator
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-execution-evaluator-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This agent orchestrates the evaluation phase by routing work to the correct specialized evaluator based on the detected track type, avoiding a one-size-fits-all checklist.

Core Features & Use Cases

  • Dispatch to eval-ui-ux for UI/design tracks, eval-code-quality for feature/code tracks, eval-integration for API/auth/integration tracks, and eval-business-logic for logic/generator tracks
  • Coordinate multiple evaluators and aggregate results into a single verdict
  • Determine track type by inspecting track metadata.json and spec.md to drive the evaluation workflow

Quick Start

Dispatch the track evaluation by reading metadata.json and spec.md, determine the track type, and dispatch the appropriate evaluators with result aggregation.

Frequently Asked Questions about loop-execution-evaluator

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

FAQPage Schema
How do I coordinate automated evaluation across multiple review tracks?

To coordinate automated evaluation across multiple review tracks, this skill dispatches tasks to specialized evaluators based on track type and aggregates their results into a single consolidated verdict.

How does dispatching evaluators based on track type work?

Dispatching evaluators by track type works by reading the track metadata.json and spec.md files to determine the track category, then routing the evaluation to the appropriate specialized evaluator like eval-ui-ux or eval-code-quality.

Can I use a single evaluator for UI, code quality, integration, and business logic tracks?

You can use a single coordinator to dispatch to specialized evaluators for UI, code-quality, integration, and business-logic tracks, avoiding a one-size-fits-all checklist by matching each track to its correct evaluator.

What is the best way to aggregate results from different code review evaluators?

The best way to aggregate results from different code review evaluators is using a coordinator that dispatches to specialized evaluators and produces a consolidated verdict, ensuring accurate track-specific assessment.

Do I need metadata.json and spec.md files to route track evaluations?

Yes, you need metadata.json and spec.md files to route track evaluations, as the dispatch logic reads these files to determine the track type and coordinate the appropriate specialized evaluators.