tui-explorer
Installation
SKILL.md
tui-explorer
Purpose
Generate replayable acceptance tests from discovered TUI navigation paths.
Commands
- Discover:
skills/tui-explorer/scripts/tui_explorer discover --command "<app command>"
- Verify:
skills/tui-explorer/scripts/tui_explorer verify --spec "<path-to-acceptance.md>"
Defaults
- Exploration strategy: bounded BFS.
- Safe action set:
Enter,Tab,ArrowDown,ArrowUp,ArrowRight,ArrowLeft,Esc,Space. - Risky actions are disabled unless
--allow-riskyis set. - Output directory defaults to
.agent-tui/discover/<timestamp>/. - Replay fails on scenario failure and exits non-zero.
Workflow
Related skills