This skill validates Terminal User Interface (TUI) applications by capturing their output and using LLM-as-judge for semantic validation. It leverages freeze from Charmbracelet for high-fidelity terminal screenshots and provides structured validation criteria.
Philosophy: Rather than brittle string matching, this skill uses semantic understanding to validate that TUI output "looks right" - checking layout, content presence, and visual hierarchy without breaking on minor formatting changes.
Convalida l'output dell'interfaccia utente terminale (TUI) utilizzando il congelamento per l'acquisizione di screenshot e LLM-as-judge per la convalida semantica. Supporta sia la modalità di convalida visiva (PNG/SVG) che quella basata su testo. Fonte: mikeyobrien/ralph-orchestrator.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill tui-validate Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw