# Continue — AI Code Review Agents for CI/CD > Continue runs AI agents as code review checks on PRs. 32.2K+ GitHub stars. Markdown-defined checks, pass/fail with diffs, VS Code + JetBrains. Apache 2.0. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash # Install CLI curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash # Or: npm i -g @continuedev/cli # Run checks on a PR cn check ``` --- ## Intro Continue provides source-controlled AI checks enforceable in CI. With 32,200+ GitHub stars and Apache 2.0 license, it runs AI agents on pull requests as GitHub status checks. Each agent is defined as a markdown file in .continue/checks/, producing pass/fail results with suggested diffs. Includes VS Code extension and JetBrains plugin. **Best for**: Teams wanting automated AI code review in their CI/CD pipeline **Works with**: Claude Code, OpenAI Codex, Cursor, Gemini CLI, Windsurf --- ## Key Features - AI code review agents for PRs - Markdown-based check configuration - Pass/fail status checks with diffs - VS Code and JetBrains plugins - CLI for local and CI usage - Security, validation, quality checks --- ### FAQ **Q: What is Continue?** A: AI code review agents with 32.2K+ stars. Markdown-defined checks on PRs, pass/fail with diffs. VS Code + JetBrains. Apache 2.0. **Q: How do I install Continue?** A: curl install script or npm i -g @continuedev/cli. --- ## Source & Thanks > [continuedev/continue](https://github.com/continuedev/continue) — 32,200+ GitHub stars --- Source: https://tokrepo.com/en/workflows/1a9a0bed-4e94-46fa-b693-09409db5b98e Author: Skill Factory