co-check
Installation
SKILL.md
/co:check
Read-only drift detection.
Preconditions
- SPEC.md exists. Colony MCP server running.
Procedure
- Call
spec_read— get rootHash and section shapes. - If there's an active change for this repo, call
attention_inboxwith the user's session id — surface pending handoffs, stalled lanes, and any recent claims by other sessions onSPEC.md#V.*orCHANGE.md#*. - Scan §T rows:
- For any row cited as
x(done), check that the cited files exist and the cited commands still succeed (run them with--dry-runwhere available). - For rows with status
~(wip), list the session_id that claimed them viatask_list+task_timeline.
- For any row cited as
- Cross-change conflict surface (opt-in with
--cross-changes):- List all spec lanes via
task_listfiltered on branch prefixspec/. - For each pair of in-flight changes, check whether both touch the same §V/§I/§T id. Report pairs that do.
- List all spec lanes via