Мониторинг фоновых агентов в tmux и Docker

★ 6.9 · orchestration

Быстрая проверка изменений is a Claude Code skill that checks the status of background agents launched via /kickoff in tmux sessions or Docker/Podman containers and delivers a consolidated status report. Reach for it when you want a quick answer without opening terminals manually — "how's the kickoff going?", "is the agent still running?", "what is feat-add-retry doing right now?". The skill scans the current repo's git worktree paths, finds containers labelled crosslink-agent and tmux sessions matching feat-*, reads the .kickoff-status sentinel file, captures the last ~80 lines of output via docker logs or tmux capture-pane, and classifies each agent as Working, Idle, Waiting, Done, Error, or CI Failed. Multiple agents produce a compact table with backend type and a one-line summary; a single-agent check returns a detailed report plus live CPU and memory stats for container-based agents. After reporting, the skill surfaces ready-to-run next-step commands: stream logs, attach to a session, send a reply to a waiting agent, or inspect the git log of a finished one. All checks are strictly read-only — no worktree files are modified and no containers or sessions are stopped unless the user explicitly requests it.