loop-execution-evaluator

Dispatch specialized evaluation agents by track type for code execution quality.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill loop-execution-evaluator-geargrindadmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-execution-evaluator
Source: https://github.com/Geargrindadmin/gg-agentic-harness/tree/main/.agent/skills/loop-execution-evaluator
Command: npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill loop-execution-evaluator-geargrindadmin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a dispatcher, ensuring that code execution is evaluated by the most appropriate specialized agent based on the track type, preventing generic checklists from missing critical, type-specific issues.

Core Features & Use Cases

  • Intelligent Dispatching: Routes evaluation tasks to specialized agents (e.g., eval-ui-ux, eval-code-quality, eval-integration, eval-business-logic) based on track type.
  • Comprehensive Validation: Performs both specialized track evaluations and essential structural checks (e.g., plan.md updates, scope alignment, build success).
  • Use Case: When a new feature is implemented, this Skill will automatically determine if it's primarily a UI change, a code refactor, an integration point, or business logic, and then trigger the correct set of validation checks.

Quick Start

Use the loop-execution-evaluator skill to evaluate the implementation of the current track.

Frequently Asked Questions about loop-execution-evaluator

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

FAQPage Schema
How do I automate code execution evaluation for different track types?

Code execution evaluation is automated by dispatching tasks to specialized agents based on track type. This dispatcher routes UI/UX, code quality, integration, and business logic implementations to the correct validation checks.

What is the best way to validate code quality and business logic after a feature implementation?

Validating code quality and business logic requires routing the implementation to specialized evaluation agents. This ensures type-specific issues are caught by targeted checks rather than generic checklists missing critical errors.

How does intelligent dispatching work for integration testing and UI/UX evaluation?

Intelligent dispatching works by analyzing the track type of a new feature implementation. It then routes the evaluation process to specialized agents like eval-ui-ux or eval-integration to perform comprehensive structural and functional validation.

Can I use a single dispatcher for comprehensive validation across multiple tracks?

Yes, a single dispatcher manages comprehensive validation across UI/UX, code quality, integrations, and business logic tracks. It performs specialized track evaluations alongside essential structural checks like plan.md updates and build success.

Does this evaluation process check for plan.md updates and scope alignment?

Yes, the evaluation process performs essential structural checks including plan.md updates, scope alignment, and build success verification. These run alongside the specialized track evaluations to ensure comprehensive project standard adherence.

Why should I use a specialized dispatcher instead of a generic checklist for code validation?

A specialized dispatcher prevents generic checklists from missing critical, type-specific issues during code validation. It ensures your code execution is evaluated by the most appropriate specialized agent based on the specific track type.