ccb-comm-reply-recover

Solid

Diagnose and recover CCB communication and reply delivery stalls. Use when a user reports a missing CCB_REPLY, stuck ask, agent stuck busy/delivering, queued work behind an active job, cancelled/incomplete reply, empty artifact, callback not continuing, duplicate retry after success, or a CCB mailbox/communication backend that appears stuck.

AI & Automation 3,323 stars 323 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CCB Comm Reply Recover ## Overview Use this skill for user-visible "I did not receive the reply" incidents. It combines message lineage repair with mailbox and provider-pane evidence, then hands off to runtime recovery only when the chain evidence proves the provider process or pane must be replaced. Mutations must go through CCB control-plane commands. Do not directly edit mailbox, lifecycle, lease, runtime, provider-session, artifact, or tmux authority files. ## Core Workflow 1. Identify the target from the user's evidence: - `job_id`, `message_id`, `attempt_id`, `reply_id`, inbound event id, or artifact path when provided. - agent name when the user only says a target is stuck. - `ccb queue --detail all` when neither id nor agent is clear. 2. Trace lineage first: - `ccb trace <id>` - record message, attempt, reply, event, callback, and job states. - read the full artifact file before acting when a request or reply is artifact-backed. 3. Inspect mailbox head-of-line state: - `ccb queue --detail <agent>` - `ccb pend --inbox --detail <agent>` - if the requested job is queued behind an active event, trace the active job before touching the queued job. 4. Cross-check runtime evidence when a job is `running` or `delivering` longer than expected: - `ccb ps` - `ccb ping <agent>` - `ccb doctor logs <agent>` when provider/pane failure is plausible. - read-only tmux pane capture only from the socket and pane id reported ...

Details

Author
SeemSeam
Repository
SeemSeam/claude_codex_bridge
Created
9 months ago
Last Updated
today
Language
Python
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category