repeat-until-settled

Installation
SKILL.md

Repeat Until Settled

Run a target skill in a loop, classify each iteration's outcome, and exit on settle, cycle resolution, max-cap, or user decision at a stall pause.

Arguments

The skill takes one argument string of the form:

<inner-skill-invocation> [then <follow-up-invocation>] [max=N]

Examples:

  • improve-code-structure
  • improve-code-structure then release
  • improve-code-structure src/auth.ts then release
  • simplify the lib/ directory then commit
  • improve-code-structure max=10 then release
Installs
10
Repository
shhac/skills
First Seen
May 9, 2026
repeat-until-settled — shhac/skills