cn-check
Installation
SKILL.md
cn check — Local AI Agent Checks
Run AI-powered code checks locally against your working tree changes using the Continue CLI. Each check is an agent (defined in markdown) that reviews your diff, identifies issues, and optionally suggests fixes as a patch.
When to Use
- User asks to run AI checks on their code changes
- User wants to set up
cn checkin a project - User needs to create custom check agents
- User wants to apply AI-suggested fixes locally
- User asks about Continue CI or agent-based code review
Installation
Prerequisites
- Node.js 18+
- A git repository with uncommitted or branched changes
Related skills