๐Ÿ”
QualityRust

TUI Validate

by mikeyobrien

TUI Validate is a Quality skill for Claude Code, published by mikeyobrien in ralph-orchestrator.

3.1K stars285 forkson mikeyobrien/ralph-orchestratorAdded 2026/08/17Repository updated 2026/08/16
aiai-agentsai-agents-frameworkai-developer-toolsclaude-codeclaude-code-clicodex-clidevelopment-toolsdevelopment-workflowgemini-clikirokiro-cliopencoderalph-loopralph-wiggum
Install in seconds
Install TUI Validate
Copy TUI Validate into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mikeyobrien/ralph-orchestrator/tree/main/.claude/skills/tui-validate ~/.claude/skills/tui-validate

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mikeyobrien/ralph-orchestrator.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/tui-validate/SKILL.md in mikeyobrien/ralph-orchestrator
Installs to
~/.claude/skills/tui-validate
Collection
One of 20 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What TUI Validate does

TUI Validate validates Terminal User Interface (TUI) output using freeze for screenshot capture and LLM-as-judge for semantic validation. Supports both visual and text-based validation modes.

TUI Validate is cataloged under Quality on DirSkills. TUI Validate comes from a repository tagged ai, ai-agents, ai-agents-framework, ai-developer-tools and claude-code.

Documentation

README

TUI Validate

Overview

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.

When to Use

This is the opening of the README. Read the full README on GitHub.

Commands TUI Validate provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /tui-validate

Frequently asked about TUI Validate

  • What else does mikeyobrien publish alongside TUI Validate?

    TUI Validate is one of 20 skills that DirSkills catalogs from mikeyobrien/ralph-orchestrator, the repository it ships in. Its siblings there include Code Assist, Code Task Generator and Complex Test. Each one is a separate skill with its own page in this directory, installs the same way TUI Validate does, and is maintained by mikeyobrien in that same repository. The rest of the collection is listed on the mikeyobrien/ralph-orchestrator page.

  • How does TUI Validate compare to other Quality skills?

    TUI Validate ranks #424 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of TUI Validate against them. Open each page to compare what they document and how they install.