auto-check
Installation
SKILL.md
Connectory auto-check (async)
Optional. Run policy checks without blocking the main conversation.
When to trigger
After a turn where you edited source files, wrote a multi-step plan, or proposed a new
direction. Skip trivial edits, when the user opted out, when a /check-* already ran
this turn, or when Connectory MCP is not connected.
How (background sub-agent, Cursor)
- Pick tool:
check_code(1–2 files),check_plan(multi-file or stated plan),check_idea(direction only). Use/check-changesexplicitly for branch review. - Launch Task with
run_in_background: true,subagent_type: generalPurpose. - Sub-agent: read
references/mcp-rules.md, callwhoami, call the chosen MCP tool with relevant context, returnverdictanduser_guidancesummary. - Do not await the sub-agent. Finish the main response first.
- On completion: surface
misalignedorcautionpromptly;alignedmay be one line.