SkillsApr 1, 2026·1 min read

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.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

# 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 — 32,200+ GitHub stars

Related Assets