---
name: Test TUI
slug: test-tui
category: Quality
description: Test TUI guides interactive use of Codex TUI to verify changes. It covers startup flags, logging, and how to send test messages for reliable debugging.
github: "https://github.com/deonmenezes/mantishack/tree/main/.codex/skills/test-tui"
language: Rust
stars: 490
forks: 73
install: "npx degit https://github.com/deonmenezes/mantishack/tree/main/.codex/skills/test-tui ~/.claude/skills/test-tui"
installs_to: ~/.claude/skills/test-tui
source_path: .codex/skills/test-tui/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/deonmenezes/mantishack"
added: 2026-08-26T05:13:20.425Z
last_synced: 2026-08-26T05:13:20.425Z
canonical_url: "https://dirskills.com/skills/test-tui"
---

# Test TUI

Test TUI guides interactive use of Codex TUI to verify changes. It covers startup flags, logging, and how to send test messages for reliable debugging.

**Install:**

```bash
npx degit https://github.com/deonmenezes/mantishack/tree/main/.codex/skills/test-tui ~/.claude/skills/test-tui
```

## README

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 ...`
