cn-check

Automate AI-powered code checks on local diffs using the Continue CLI.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ZacKXSnydeR/ide-extension-blackbox --skill cn-check-zackxsnyder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cn-check
Source: https://github.com/ZacKXSnydeR/ide-extension-blackbox/tree/main/skills/cn-check
Command: npx skills add https://github.com/ZacKXSnydeR/ide-extension-blackbox --skill cn-check-zackxsnyder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates AI-assisted code review on local changes by validating diffs against defined checks, reducing manual review time and catching issues earlier.

Core Features & Use Cases

  • Local and Hub checks: Discover and run agent checks from Hub or local markdown agents located under .continue/agents.
  • Isolated execution: Each check runs in a temporary worktree to avoid impacting the working directory.
  • Flexible output: Produce human-readable summaries, JSON for automation, or patches for applying fixes.
  • Quick start scenario: A developer reviews a set of uncommitted changes with multiple agents to ensure code quality before committing.

Quick Start

Install the Continue CLI and run cn check to execute discovered local or hub checks.

Frequently Asked Questions about cn-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run AI-powered code checks on local uncommitted changes?

You can run AI-powered code checks on local diffs by installing the Continue CLI and executing the cn check command to validate uncommitted changes against discovered agents.

Can I use local markdown agents for AI code review?

Yes, AI code review supports local markdown agents placed under the .continue/agents directory, allowing you to define and execute custom checks alongside Hub-published agents.

How do I automate code review with JSON output and patch generation?

Automated code review provides flexible output options including JSON for pipeline automation and patch files for applying suggested fixes, triggered through the Continue CLI check execution.

How does isolated execution work for local diff analysis?

Local diff analysis uses isolated execution by running each AI agent check in a temporary worktree, ensuring the validation process does not impact your current working directory.

Does the Continue CLI support fail-fast execution for agent-based code review?

Yes, agent-based code review supports fail-fast execution options, halting the validation process immediately when a check fails to accelerate local development feedback loops.