with one click
health-check
Quick GT health status without full update workflow
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Quick GT health status without full update workflow
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Prepend session handoff to DaysActivity.md
Initialize session with context briefing
File production feedback about a zgent's behavior. Routes to CSO for diagnosis and artifact tuning. Usage: /zgent-feedback <zgent> <description>
Run A/B tests comparing convention variants to measure compliance improvements
Archive yesterday's DaysActivity and create fresh file for today
DaysActivity.md formatting conventions. Use when writing handoff entries, hourly summaries, or any content destined for DaysActivity.md.
| name | health-check |
| description | Quick GT health status without full update workflow |
| disable-model-invocation | true |
| allowed-tools | Bash, Read |
Fast health status check without syncing upstream or running fixes.
Check GT version
gt version
Run doctor (no fix)
sudo -u gtuser bash -c 'cd /home/gtuser/gt && gt doctor 2>&1'
Check active agents via gt-user terminal
sudo -u gtuser tmux send-keys -t gt-user:main.0 'gt agents' Enter
sleep 2
sudo -u gtuser tmux capture-pane -t gt-user:main.0 -p -S -30
Check daemon status
sudo -u gtuser bash -c 'cd /home/gtuser/gt && gt daemon status 2>&1'
Report summary
Provide a quick status table:
| Check | Result |
|---|---|
| GT Version | (version string) |
| Doctor Passed | (count) |
| Doctor Warnings | (count + list) |
| Doctor Failed | (count + list) |
| Active Agents | (count) |
| Daemon | (status) |