AI-powered Code Review Tool
32.8k 2026-04-25
continuedev/continue
Automate AI-powered code reviews and enforce quality checks directly within your CI/CD pipeline using source-controlled agents.
Core Features
AI-powered code checks on pull requests
Enforceable in CI as GitHub status checks
Customizable agents defined in markdown files
Open-source CLI for local development and integration
Provides suggested diffs for identified issues
Quick Start
curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bashDetailed Introduction
Continue is an open-source developer tool that integrates AI-powered code checks directly into your CI/CD workflow. It allows teams to define custom AI agents as markdown files within their repository, which then run on every pull request. These agents perform automated reviews, identify potential issues like security vulnerabilities or non-standard error formats, and provide suggested diffs. By enforcing these checks as GitHub status checks, Continue ensures code quality and consistency, streamlining the development process and reducing manual review effort.