/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 sub-agent against your current branch, and reports the results.
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
Add/check to your AGENTS.md so your coding agent runs checks as part of its workflow:
AGENTS.md