log-debugger

Monitor tmux pane output for patterns and prompt human actions.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/AngelMaldonado/skills --skill log-debugger
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: log-debugger
Source: https://github.com/AngelMaldonado/skills/tree/main/.claude/skills/log-debugger
Command: npx skills add https://github.com/AngelMaldonado/skills --skill log-debugger

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill requires tmux, and includes scripts (resource) components.

What problem does it solve?

Attaches to a tmux pane and watch its output for expected patterns and prompts humans to perform actions to verify behavior.

Core Features & Use Cases

  • Pattern-based monitoring of tmux pane output with optional action prompts.
  • Timeout handling and context capture for debugging sessions.
  • Produced capture in JSON format for automated processing.

Quick Start

Attach to a tmux pane and specify patterns to watch for, then perform any required human actions when prompted.

Frequently Asked Questions about log-debugger

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

FAQPage Schema
How do I monitor tmux pane output for specific patterns during debugging?β–Ό

You can monitor tmux pane output for specific patterns during debugging by attaching to the pane and specifying target patterns. The tool watches the output, prompts for human actions to verify behavior, and captures matched lines with metadata in a JSON format.

Does tmux log monitoring support human-in-the-loop verification?β–Ό

Yes, tmux log monitoring supports human-in-the-loop verification. The tool watches pane output for specified patterns and coordinates human actions to verify behavior, ensuring timely human input is captured during live development and debugging sessions.

What is the best way to automate log verification in a tmux environment?β–Ό

The best way to automate log verification in a tmux environment is to attach to the running pane, define expected patterns with optional actions, and set a timeout. The tool then captures matched lines and metadata as JSON for automated processing.

Can I capture matched log lines from a tmux pane in JSON format?β–Ό

Yes, you can capture matched log lines from a tmux pane in JSON format. The tool outputs a JSON capture of matched lines and metadata, making the results suitable for automated processing after monitoring the pane output for specified patterns.

Do I need tmux installed to monitor pane output for actions and timeouts?β–Ό

Yes, you need tmux installed to monitor pane output for actions and timeouts. The tool requires a tmux-enabled environment to attach to running panes, watch output, handle timeouts, and coordinate human actions during debugging sessions.

Why does my tmux pattern monitoring not capture context during debugging?β–Ό

Tmux pattern monitoring may not capture context during debugging if timeout handling is not configured correctly. The tool requires a set of patterns, optional actions, and a defined timeout to successfully capture matched lines and metadata in JSON format.