/check command in your coding agent (Claude Code, Cursor, or any agent that supports skills).
Install
Install thecheck skill:
Run checks
Type/check in your coding agent. It discovers every check file in .continue/checks/, runs each one as a subagent against your current branch, and reports the results. To run a single check, pass the file path: /check .continue/checks/security-review.md.


Iterate on a check
The local feedback loop is: edit the check file, run/check, read the output, refine. Because checks run inside your coding agent, you can ask it to fix issues in the same session:
Run checks automatically
You can add/check to your AGENTS.md so your coding agent runs checks automatically as part of its workflow. For example, after creating a PR:
AGENTS.md