원클릭으로
tmux-debugging
Use when changing tmux config or using tmux to debug something.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when changing tmux config or using tmux to debug something.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use whenever creating or managing git worktrees.
Control Herdr from inside it. Use when running inside Herdr (`HERDR_ENV=1`) to inspect workspaces, tabs, panes, sibling agents, run commands in panes, read output, or wait for state changes via the `herdr` CLI.
use when leaving an automated comment on a GitHub PR or issue
Use when debugging, investigating root causes, ambiguous failures, predictions, risk/confidence estimates, or recommendations under uncertainty. Triggers are debug, troubleshoot, root cause, likely, confidence, predict, path forward, next step.
Use when an agent needs to author or reply to crit inline comments programmatically (including multi-agent workflows commenting on shared code/plans/docs/proposals), publish or unpublish a crit review with crit share, sync a crit review to or from a GitHub PR, or read/interpret a crit review JSON file. Covers crit comment, crit share, crit unpublish, crit pull, crit push, review file format, and resolution workflow. Not for invoking an interactive review loop — that's the `/crit` command.
Review code changes, a plan, a live page (running dev server), or a local HTML file with crit inline comments
| name | tmux-debugging |
| description | Use when changing tmux config or using tmux to debug something. |
Use this skill to diagnose tmux behavior in a live development environment while preserving active sessions and panes.
Never kill the tmux server without asking the user first.
This includes commands such as:
tmux kill-server
pkill tmux
killall tmux
Prefer targeted, reversible inspection and reload commands. If a destructive command might be needed, explain the risk and ask for explicit confirmation before running it.
Invoke this skill when the user mentions any of the following:
~/.config/tmux/tmux.conf, TPM, tmux plugins, or tmux reload failures$TMUX or using tmux display-message -p.tmux list-sessions, tmux list-windows, tmux list-panes -a, and tmux show-options -g..config/tmux/tmux.conf and related scripts under .zsh/, bin/, or .config/opencode/.tmux source-file ~/.config/tmux/tmux.conf over restarting tmux.tmux kill-session -t <name> after confirming it is safe.tmux kill-server without explicit user approvalsource-file is sufficient.zsh/015-tmux.zsh, .zshrc, .config/tmux/tmux.conf, or a plugin