
Test Tui
- 1 installs
- Updated May 4, 2026
- manaflow-ai/codex
This is a copy of test-tui by openai - installs and ranking accrue to the original listing.
Helps with testing & qa tasks during AI-assisted development.
About
test-tui is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.
- test-tui
- Testing & QA
- AI-coding skill
Test Tui by the numbers
- 1 all-time installs (skills.sh)
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/manaflow-ai/codex --skill test-tuiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | May 4, 2026 |
| Repository | manaflow-ai/codex ↗ |
What it does
Helps with testing & qa tasks during AI-assisted development.
Files
You can start and use Codex TUI to verify changes.
Important notes:
Start interactively. Always set RUST_LOG="trace" when starting the process. Pass -c log_dir=<some_temp_dir> argument to have logs written to a specific directory to help with debugging. When sending a test message programmatically, send text first, then send Enter in a separate write (do not send text + Enter in one burst). Use just codex target to run - just codex -c ...