一键导入
health-check
Quick GT health status without full update workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick GT health status without full update workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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) |