원클릭으로
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) |