verifylisted
Install: claude install-skill turqoisehex/cc-sentinel
# /verify — Launch Verification Squad
**Trigger:** `/verify [scope]`
Run the Verification Squad (5 parallel agents) against a specified scope of work.
**THE INTERLEAVED PROCEDURE IS MANDATORY WHEN CODEX IS ON PATH. "Interleaved" = R1 (5 Sonnet) → R2 (5 Codex) → R3 (flagged-role Sonnet re-validation) → Gate → conditional R4 → Opus closure. All phases fire per the rules in "Default mode" below. No phase may be skipped, reduced, or omitted. The scope type (spec, plan, code, config, 10 lines or 10,000 lines) NEVER grants discretion to run fewer phases or fewer agents. "It's just a spec" / "it's only N lines" / "it's not a codebase artifact" = rationalization. Execute the full procedure or do not invoke /verify at all. A partial run — regardless of justification — is INVALID and its output MUST NOT be acted on.**
**Channel:** CT=`CURRENT_TASK_chN.md` (channeled) or `CURRENT_TASK.md`. Scripts: `SENTINEL_CHANNEL=N`. `[chN/]`=dispatch subdir, `[_chN]`=file suffix, `[chN_]`=squad prefix.
**Scope check:** Verify squad scope belongs to your channel. Cross-channel scope -> use unchanneled paths.
## Scopes
| Usage | Scope |
|-------|-------|
| `/verify` | Staged + unstaged. If clean, last commit. |
| `/verify full` | All changes since session start. |
| `/verify last` | `HEAD~1..HEAD` |
| `/verify last N` | `HEAD~N..HEAD` |
| `/verify since <ref>` | `<ref>..HEAD` + uncommitted |
| `/verify on <files>` | Specific file(s) only. |
| `/verify commit <hash>` | `<hash>~1..<hash>` |
## P