verify-fix-loop

Automate verification loops that analyze failures and apply parallel fixes.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/patrob/skills --skill verify-fix-loop-patrob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-fix-loop
Source: https://github.com/patrob/skills/tree/main/plugins/claude-skills/skills/verify-fix-loop
Command: npx skills add https://github.com/patrob/skills --skill verify-fix-loop-patrob

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates verification and iterative fixes for code-quality checks (tests, lint, and build).

Core Features & Use Cases

  • End-to-end verification loop: run verification commands, analyze failures, and plan fixes.
  • Parallel fix application: fixes can be grouped and applied to multiple files concurrently.
  • Guardrails and iteration limits: loops until success with a safety limit and code-simplification steps.

Quick Start

Run the verification loop in the target project directory to automatically detect failures and apply fixes until all checks pass.

Frequently Asked Questions about verify-fix-loop

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

FAQPage Schema
How do I automate fixing failing code-quality checks like tests, lint, and build?

Automating code-quality checks requires running verification commands, analyzing failures, and applying iterative fixes until all tests and lint checks pass. This process runs a safety-limited loop up to 10 iterations to resolve errors automatically.

What is an iterative verification loop for software projects?

An iterative verification loop is an automated process that runs build and lint checks, analyzes failures using a dedicated agent, and applies code-simplification fixes in parallel across multiple files until success is achieved.

How do I run parallel fixes for multiple failing code checks?

Parallel fixes for failing code checks are applied by grouping identified issues and applying corrections to multiple files concurrently. This happens within an automated loop that analyzes failures and plans fixes concurrently.

Can I use automated failure analysis with my existing CI verification commands?

Automated failure analysis works with existing CI verification commands like 'make verify'. It requires a Tech Lead agent to analyze the failures and a code-simplifier to apply the planned fixes within your target project directory.

What is the iteration limit for automated code fix loops?

The iteration limit for automated code fix loops is a safety limit of up to 10 iterations. This guardrail ensures the verification and fixing process stops after 10 consecutive attempts to prevent infinite loops.