ccb-self-chain

Solid

Diagnose and repair CCB ask/job/message/reply/artifact/callback lineage. Use for missing replies, incomplete artifacts, pending callbacks, retry/resubmit/ack decisions, reply delivery problems, or work-chain resume advice.

AI & Automation 3,329 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 Self Chain Use this skill for message and work-lineage recovery. Do not restart or clear a pane as the first repair for a lineage problem. ## Core Workflow 1. Identify the lineage id: `job_id`, `message_id`, `attempt_id`, `reply_id`, inbound event id, or artifact path. 2. Run `ccb trace <id>` and record message, attempt, reply, event, callback, and job state. 3. Inspect observer state as supplementary evidence: - `ccb queue --detail <agent|all>` - `ccb pend --inbox --detail <agent>` 4. If a reply or request is artifact-backed, read the full artifact file before acting. If the file is absent, expired, truncated, or unreadable, report a blocker and do not act from preview text. 5. Classify the repair: - retry: same job or attempt should be retried because the attempt is failed, incomplete, or retryable and the original lineage remains valid. - resubmit: original message should be submitted as fresh work because the old lineage is no longer appropriate. - ack: acknowledgement or inbox progress is wrong, but the reply is otherwise accepted. 6. If trace shows a job still running or in flight, run `ccb cancel <job_id>` first when the user intended repair, then re-run trace before choosing retry or resubmit. If cancel fails or reports a blocking state, stop and report the blocker; do not retry, resubmit, or create a second concurrent path for the same work. 7. Execute a repair command only when trace evidence supports it...

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