Review TUI code across 5 quality dimensions
ratatui-tui-reviewworkflowsetup L3★15
blacktop/dotfiles ↗What it does
Review ratatui TUI code across architecture and perf
Best for
Systematic dimensional review of ratatui apps before release, catching architecture + safety drift.
Inputs
- · source path (default "src/")
- · optional severity threshold
Outputs
- · findings per dimension (critical/major/minor)
- · verdict after refutation
Requires
- · agent()
- · parallel()
- · source code reading
Preconditions
Workflow runtime; ratatui-based TUI codebase; agents can read Rust source
Failure modes
- · TEA (Elm architecture) violations in event handlers hard to spot without full state trace
- · Terminal panic hook installed but not verified in all exit paths
- · Rendering perf claims unverified without profiling data
Trust signals
- · Dimension-specific reviewers (5 lenses, not one generic)
- · Adversarial refutation per finding
- · Code-read evidence (not speculative)
- · Severity enum (critical/major/minor) enforced