Skip to main content
ClaudeWave
Skill3.5k repo starsupdated 3d ago

round-verification

Verify integrated round evidence and return a machine-readable round result for script import.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/SeemSeam/claude_codex_bridge /tmp/round-verification && cp -r /tmp/round-verification/docs/plantree/plans/agentic-loop-workflow/drafts/agentroles.ccb_round_reviewer/skills/round-verification ~/.claude/skills/round-verification
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Round Verification

Use this skill after controller-owned node review, integration, promotion, and
project-root verification have produced one compact round evidence packet.

## Workflow

1. Read the task and verification refs, every required compact node-review
   record, integration order/digest/tests, promotion or rollback evidence,
   project-root verification evidence, authority checks, and pre-review
   cleanup/release evidence. The current Round Reviewer may be the sole active
   dynamic agent; its final release is a controller-owned post-reply gate.
2. Reject missing node review, reviewed-tree mismatch, integration drift,
   scope violation, hidden fallback, partial promoted delta, rollback drift,
   missing project-root checks, or unproven cleanup.
3. Return exactly one machine-readable result line as the first non-empty line
   of the reply.

```text
round result: pass|partial|replan_required|blocked
```

Do not write any preamble, heading, Markdown fence, bullet, quote, or backtick
before or around that first line. Put evidence and audit details after it.
Do not run tests, tools, shell commands, CCB commands, or workflow wrappers
before producing the first line; verify from the evidence already supplied. If
the evidence is insufficient, start with `round result: blocked`.
A later `round result: pass` after prose is invalid and will be blocked by the
runner.

## Boundaries

- Do not fix code.
- Do not run tests or tools.
- Do not change product scope.
- Do not infer pass without evidence.
- Do not submit downstream asks or mark the task or round done.
- Do not directly edit authoritative CCB state or runtime files.
- Provider and model selection remain project configuration concerns. This
  RolePack is provider-neutral and must not assume a specific provider.
ccb-githubSkill

Maintain this CCB project's GitHub-facing release and npm publication surface. Use when preparing, publishing, auditing, or fixing CCB releases; updating README.md, README/zh.md, localized README files, CHANGELOG.md, VERSION, package.json, GitHub release notes/assets, repository description/topics, npm registry state, or GitHub Actions release/test status.

decisionsSkill
ccb-configSkill

Private built-in CCB configuration skill for agentroles.ccb_self. Design, edit, validate, and prepare reloads for .ccb/ccb.config, role bindings, providers, windows, workspaces, tool windows, sidebar, and provider startup inputs. Use only inside ccb_self; non-self agents should delegate CCB config changes to ccb_self.

ccb-self-chainSkill

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.

ccb-self-diagnoseSkill

Diagnose CCB runtime, mounted daemon graph, tmux namespace and panes, provider context, queue/inbox/trace, replies/artifacts, config drift, and storage boundaries. Use when the user asks what is broken, which agent is stuck, whether CCB is mounted, why a reply did not arrive, or what to check first.

ccb-self-recoverSkill

Recover CCB agents, panes, mounts, provider contexts, API/provider failures, config reload aftermath, clear operations, and guarded single-agent restarts. Use when the user asks to fix, recover, restart if safe, clear context, reload, remount, or keep work going after provider/API failure.

askSkill

Send a request to a CCB agent with `ask`.

ccb-clearSkill

Clear CCB managed agent conversation context with `ccb clear`. Use when the user writes `$ccb-clear`, `$ccb_clear`, or asks to clear/reset one or more CCB agent contexts without restarting or deleting project state.