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)

  1. Pick tool: check_code (1–2 files), check_plan (multi-file or stated plan), check_idea (direction only). Use /check-changes explicitly for branch review.
  2. Launch Task with run_in_background: true, subagent_type: generalPurpose.
  3. Sub-agent: read references/mcp-rules.md, call whoami, call the chosen MCP tool with relevant context, return verdict and user_guidance summary.
  4. Do not await the sub-agent. Finish the main response first.
  5. On completion: surface misaligned or caution promptly; aligned may be one line.
Installs
6
GitHub Stars
1
First Seen
Jun 12, 2026
auto-check — tacticaledge/connectory-skills