cuit-looplisted
Install: claude install-skill speechlabinc/complex-ui-tester
# cuit-loop — agentic UI feedback loop
This skill turns a captured user session into a permanent CI regression
gate. There are TWO flows the recorder supports, and the skill auto-detects
which one the developer is in based on the result of the first spec run.
```
session.json
│
▼
@cuit/spec-gen
│
▼
run spec against current code
│
┌─────────────┴─────────────┐
│ │
PASS FAIL
│ │
▼ ▼
┌──────────────┐ ┌──────────────┐
│ FLOW B │ │ FLOW A │
│ baseline │ │ bug repro │
│ lock-in │ │ │
└──────┬───────┘ └──────┬───────┘
│ │
│ ▼
│ read expected vs actual
│ propose smallest code fix
│ apply fix, re-run spec
│ │
│ ┌─────────┴─────────┐
│ PASS FAIL
│ │ │
│ ▼ ▼