tmux-real-user-testing

Simulate and log user interactions in a tmux environment for TUI testing.

Updated May 15, 2026
One-click install
npx skills add https://github.com/qazz92/glm-code --skill tmux-real-user-testing-qazz92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-real-user-testing
Source: https://github.com/qazz92/glm-code/tree/main/.glm/skills/tmux-real-user-testing
Command: npx skills add https://github.com/qazz92/glm-code --skill tmux-real-user-testing-qazz92

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of real user testing in tmux, capturing interactive sessions with detailed logs for analysis and review.

Core Features & Use Cases

  • Real User Interaction: Simulates user actions in a tmux session to test application behavior.
  • Readable Logs: Generates detailed logs that maintain the sequence of user actions and screen states.
  • Artifact Generation: Creates structured directories containing logs, snapshots, and a summary report.
  • Use Case: Use this Skill to perform end-to-end testing of a web application, capturing user interactions and system responses in a tmux environment.

Quick Start

Run a real user test for the '/auth' flow using the tmux-real-user-testing skill.

Frequently Asked Questions about tmux-real-user-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate interactive application testing with tmux?

Automate interactive application testing in tmux by running scripts that simulate user actions, capture session states, and generate detailed logs. This approach records user interactions and system responses for end-to-end testing.

Can I capture and log user interactions in a TUI application?

Yes, you can capture and log user interactions in a TUI application by automating tmux commands. The process records the sequence of user actions and screen states into structured logs for later review.

What do I need to set up tmux session logging for real user testing?

To set up tmux session logging for real user testing, you need a tmux environment and script execution capabilities. These prerequisites allow you to automate commands and capture interactive sessions.

How does tmux user simulation generate actionable test logs?

tmux user simulation generates actionable test logs by automating user inputs and capturing session states throughout the interaction. It creates structured directories containing logs, snapshots, and a summary report for analysis.

Are tmux logs suitable for end-to-end testing of web applications?

tmux logs are suitable for end-to-end testing of web applications, capturing user interactions and system responses within the terminal environment. This provides a detailed record of the application flow for review.

What is the best way to review interactive session states from terminal tests?

The best way to review interactive session states is by examining the generated artifact directories. These contain structured logs, snapshots, and a summary report that maintain the sequence of user actions and screen states.