What problem does it solve?
Reading test output and coordinating actions across tmux panes can be error-prone and tedious in a multi-language project. This skill provides a consistent, pane-driven approach to observe test progress, detect failures, and drive the TDD cycle without leaving the terminal.
Core Features & Use Cases
- Read and parse test results directly from tmux panes across languages (Rust, Python, JavaScript, Go, and more).
- Orchestrate the RED-GREEN-REFACTOR workflow by coordinating actions between a code pane and a test runner pane.
- Works with any language in a split-pane workflow and supports common test runners (cargo test, pytest, jest/vitest, go test).
- Use case: in a fast-paced development session, automatically advance to the next step when tests pass, or pause and debug when failures occur.
Quick Start
Open a tmux session with a code pane and a test-runner pane, then activate tmux-tdd to start monitoring test output and orchestrating the workflow.