ccb-diagnose
GitHub诊断 CCB 托管代理的运行状态、作业血缘及提供者证据,通过 ping、ps 等命令收集信息,并在授权后执行受限修复。
Trigger Scenarios
Install
npx skills add SeemSeam/claude_codex_bridge --skill ccb-diagnose -g -y
SKILL.md
Frontmatter
{
"name": "ccb-diagnose",
"metadata": {
"short-description": "Diagnose CCB agent"
},
"description": "Diagnose a named CCB managed agent using runtime, job-lineage, and provider evidence."
}
CCB Diagnose
Diagnose exactly one current mounted agent. Start with CCB authority:
command ccb ping "$AGENT"
command ccb ps
command ccb queue --detail "$AGENT"
command ccb pend --inbox --detail "$AGENT"
Use ccb trace for a current lineage id and ccb doctor logs for provider/API
evidence. For DSH, the pane is only the managed host process/log surface: pane
text is not prompt, reply, or completion authority. Native authority is the
exact DSH session/RPC event history and turn/end reason recorded by CCB.
Do not read credentials, mutate tmux directly, restart all agents, or submit a GitHub issue without showing a redacted proposal and receiving explicit authorization. Apply only a bounded supported repair, then re-check the same runtime and lineage evidence.
Version History
- 070e86f Current 2026-08-20 03:05


