validate-fix

Automate iterative fixes for ve validate errors with progress-based termination.

3|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/netguy204/vibe-engineer --skill validate-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-fix
Source: https://github.com/netguy204/vibe-engineer/tree/main/.agents/skills/validate-fix
Command: npx skills add https://github.com/netguy204/vibe-engineer --skill validate-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of identifying and fixing validation errors generated by the ve validate workflow, reducing manual debugging time.

Core Features & Use Cases

  • Runs ve validate --verbose to detect errors
  • Classifies errors as auto-fixable or unfixable
  • Applies fixes for auto-fixable issues
  • Repeats the cycle until a clean state or until only unfixable issues remain
  • Prepares a report of fixes applied and remaining work
  • Imposes constraints: no git operations, maximum ten iterations, and stop on no progress

Quick Start

Run ve validate --verbose to start the iterative fix loop and fix auto-fixable errors until clean.

Frequently Asked Questions about validate-fix

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

FAQPage Schema
How do I automatically fix validation errors in my workflow?

To automate validation error fixes, run ve validate --verbose to detect errors, classify them as auto-fixable or unfixable, and apply corrections iteratively until a clean state is reached or only manual issues remain.

What happens to validation errors that cannot be auto-fixed?

Errors that cannot be auto-fixed are classified as unfixable and left unchanged, while the tool generates a report detailing applied fixes and remaining manual work.

Does the iterative validation fix process have a limit on attempts?

The iterative validation fix process imposes a maximum of ten iterations and terminates early if no progress is detected, ensuring the loop stops when stalled.

Can I run git operations during the automated validation fix loop?

Running git operations during the automated validation fix loop is explicitly prohibited, preventing source control changes while the tool applies iterative fixes to validation errors.

How do I start debugging ve validate errors automatically?

To start debugging ve validate errors automatically, execute ve validate --verbose to initiate the iterative fix loop, which targets auto-fixable issues and stops after ten iterations or when progress halts.