Diagnose whether a team agent's tmux session is alive, in a long turn, or silently dead — and respawn it preserving context if dead. Owned by the Dottore (the team's roving health-check agent), not by the Captain. The core failure mode this skill catches: jht-tmux-send returns exit 0 even when the target CLI has crashed (the message is written into a bare bash, then lost). Without periodic liveness checks the team keeps \"talking to a corpse\" and the Captain counts on actions that will never happen.
$npx -y skills add leopu00/job-hunter-team --skill liveness-checkInstalls into the current project.
Run `npx skills use "https://github.com/leopu00/job-hunter-team" --skill "leopu00/job-hunter-team/liveness-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/leopu00/job-hunter-team" that are relevant to the current task. Run `npx skills add "https://github.com/leopu00/job-hunter-team"` and select the relevant skills, then follow their instructions.