round-verification
SolidVerify integrated round evidence and return a machine-readable round result for script import.
AI & Automation 3,494 stars
341 forks Updated 2 days ago NOASSERTION
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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 inf...
Details
- Author
- SeemSeam
- Repository
- SeemSeam/claude_codex_bridge
- Created
- 10 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
verification-loop
Evidence-before-assertions workflow. Use before claiming work is done, before release, and after any behavior change in scripts/skills/MCP.
52 Updated today
rexleimo AI & Automation Listed
verification-evidence
Use before claiming any work state – done, fixed, passing, green, complete, mergeable – and whenever a required or cited check times out, is unexpectedly expensive, or needs a retry. Defines the identify-run-read-verify gate, timeout evidence and retry records, and the baseline/lane-final/integrated/post-merge verification topology with evidence-identity and reuse rules.
2 Updated 1 weeks ago
bartoszarendt