Validate Sweep banner
krzemienski krzemienski

Validate Sweep

Development community

Description

--- name: validate-sweep description: Autonomous validation loop — detect, validate, fix, re-validate until PASS or max attempts triggers: - "validate sweep" - "sweep validation" - "validate until pass" - "continuous validation" --- # Validate Sweep Autonomous validation loop that runs the full pipeline, fixes failures, and re-validates until all journeys PASS or max attempts are exhausted. This is ValidationForge's equivalent of a persistent execution mode. ## Usage ``` /validate-sw

Installation

Installs to ~/.claude/skills/krzemienski-validationforge-validate-sweep/SKILL.md

Terminal
mkdir -p ~/.claude/skills/krzemienski-validationforge-validate-sweep && curl -fsSL https://raw.githubusercontent.com/krzemienski/validationforge/HEAD/commands/validate-sweep.md -o ~/.claude/skills/krzemienski-validationforge-validate-sweep/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository