Verify one coder node against the assigned execution contract and return pass, rework, blocked, or non-converged evidence.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add SeemSeam/claude_codex_bridge --skill node-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Node Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/seemseam-node-check-claude-codex-bridge)More formats (shields.io, HTML) on the badges page.
---
name: node-check
description: Verify one coder node against the assigned execution contract and return pass, rework, blocked, or non-converged evidence.
---
# Node Check
Use this skill when the assigned Worker supplies a bounded node review packet
for its current node workspace.
## Workflow
1. Bind the review to supplied provider-visible node/workgroup identity,
controller-supplied workspace identity/ref, base/head commits, changed and
allowed paths, acceptance refs, verification refs/results, and blockers.
Missing or mismatched visible identity is `blocked`.
2. Canonical tree digest is dispatcher/controller-only route evidence checked
outside provider prose. Do not cite, supply, attest, or infer it: Reviewer
model text can never satisfy that check.
3. Read the supplied canonical node work packet, coder result, and dependency
evidence.
4. Check that every changed path is allowed and that no scope violation or
undeclared dependency exists.
5. Evaluate the supplied verification evidence. Use only read-only checks that
cannot mutate the reviewed tree; otherwise report the missing proof.
6. Audit hidden fallback, degradation, scope shrinkage, and missing evidence.
7. Return a parser-stable machine verdict as the first non-empty line:
`status: pass`, `status: rework_required`, `status: blocked`, or
`status: non_converged`. Put explanatory evidence after that line.
## Boundaries
- Do not approve contract-free work.
- Do not convert partial work into success.
- Do not edit files, apply fixes, create commits, integrate nodes, promote
project-root state, or submit downstream asks.
- Do not directly edit authoritative CCB state or runtime files.
- Do not run `ccb`, `ccb_test`, or workflow wrappers.
- You cannot mark the task or round done.
- Provider and model selection remain project configuration concerns. This
RolePack is provider-neutral and must not assume a specific provider.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!