# Round Verification

> Verify a CCB execution round and produce a machine-readable round result artifact.

- Skill: `gabrielmoreira/round-verification` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/round-verification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/round-verification/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/round-verification

---


# Round Verification

Use this skill after orchestrator returns a round summary and node reports.

## Inputs

- task packet
- planner verification contract
- orchestrator summary
- worker reports
- checker reports
- command/test evidence

## Output

The report must include:

```text
round result: pass|rework_node|partial|replan_required|global_blocker
```

## Rules

- `pass` requires evidence for the whole verification contract.
- `rework_node` is only for bounded node repair.
- `partial` preserves successful independent branches but marks dependent
  branches unfinished.
- `replan_required` means acceptance, design, split, or constraints must change
  outside the execution loop.
- `global_blocker` means no safe progress is possible without user/system
  intervention.

