review-loop

Audit and validate Finite State Machine loop configurations for AI agents.

7|2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/BrennonTWilliams/little-loops --skill review-loop-brennontwilliams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-loop
Source: https://github.com/BrennonTWilliams/little-loops/tree/main/skills/review-loop
Command: npx skills add https://github.com/BrennonTWilliams/little-loops --skill review-loop-brennontwilliams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the fragility of long-horizon AI agents by auditing Finite State Machine (FSM) loop configurations to prevent logic errors, infinite loops, and poor design patterns before they impact production.

Core Features & Use Cases

  • Automated Auditing: Validates loop YAML against a comprehensive rubric of correctness, safety, and best-practice checks.
  • Behavioral Verification: Simulates loop execution to detect stalls, premature termination, or logic gaps.
  • Use Case: Before deploying a complex agentic workflow, use this Skill to verify that your state transitions are robust, your error handling is explicit, and your loop design aligns with your stated goals.

Quick Start

Run the review-loop skill to audit the configuration file for the loop named general-task.

Frequently Asked Questions about review-loop

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

FAQPage Schema
How do I audit a Finite State Machine loop configuration for AI agents?

You can audit an FSM loop by validating the configuration file against a comprehensive rubric of correctness and safety checks. This process simulates execution to detect stalls, premature termination, or logic gaps before production deployment.

What is FSM loop simulation-based verification for long-horizon AI agents?

FSM loop simulation-based verification is a behavioral testing method that simulates state transitions to detect stalls, premature termination, or logic gaps. It ensures long-horizon AI agents maintain structural integrity and behavioral correctness during execution.

How do I validate loop YAML for state transition errors before deployment?

To validate loop YAML for state transition errors, run an automated auditing skill against the configuration file. This checks the YAML against a rubric to ensure error handling is explicit and state transitions are robust before deploying agentic workflows.

Can I use automated rubric scoring to check semantic goal alignment in agentic workflows?

Yes, automated rubric scoring can check semantic goal alignment in agentic workflows. The auditing process validates that your loop design and state transitions align with your stated goals while verifying structural integrity and behavioral correctness.

Why does my FSM loop configuration cause infinite loops or premature termination?

FSM loop configurations cause infinite loops or premature termination due to logic gaps and poor design patterns. Simulating loop execution and validating state transitions against a correctness rubric detects these structural fragilities before they impact production.

Does automated FSM auditing work for long-horizon software development loops?

Yes, automated FSM auditing works for long-horizon software development loops. It applies simulation-based verification and semantic goal alignment checks to validate state transitions, ensure explicit error handling, and prevent logic errors in complex agentic workflows.