aicoolies logo
reviewdog logo

reviewdog

Automated code review for any linter on CI

Share
open-sourceOpen Source
Visit Website →

reviewdog is an open-source automated code review tool that integrates any linter or static analysis tool with GitHub, GitLab, Bitbucket, and Gitea pull requests. Parses output in errorformat, Checkstyle XML, SARIF, and JSON formats to post inline review comments on changed lines only. Works with GitHub Actions, Travis CI, CircleCI, GitLab CI, and Jenkins. Supports 40+ languages through universal linter adapter architecture.

reviewdog is a language-agnostic automated code review tool that acts as a universal adapter between any linter or static analysis tool and code hosting platforms. Created by Japanese developer haya14busa, it parses diagnostic output from tools in multiple formats including Vim-style errorformat, Checkstyle XML, SARIF, JSON Lines, and unified diff. The parsed results are posted as inline review comments directly on pull request diffs, ensuring developers see issues exactly where they occur in the changed code.

The tool integrates with all major CI platforms including GitHub Actions, GitLab CI, CircleCI, Travis CI, Bitbucket Pipelines, and Jenkins. A key differentiator is its diff-aware filtering — reviewdog only reports issues on newly changed lines, preventing existing technical debt from flooding pull request reviews. Dedicated GitHub Actions exist for popular linters like eslint, golangci-lint, shellcheck, rubocop, and actionlint, while the generic interface supports any tool that outputs diagnostic messages.

With 9,200 GitHub stars and MIT licensing, reviewdog has become essential infrastructure for development teams that want consistent automated code quality checks across their entire stack. A single reviewdog.yml configuration file defines which linters run against which file patterns, working identically in CI and local development. The tool supports code suggestion comments on supported platforms, allowing reviewers to accept automated fixes with one click directly from the pull request interface.

Pricing

Free and open source under MIT License

Platforms

GitHub Actions, GitLab CI, CircleCI, Jenkins

Categories

Tags

Use Cases

Alternatives

Related Tools

Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paidOpen Source
Cursor logo

Cursor

Top Pick50% OFF

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
Codex logo

Codex

Top Pick

OpenAI's agentic coding CLI and cloud sandbox

OpenAI's cloud-based AI coding agent powered by codex-1 (a version of o3 optimized for software engineering). Autonomously writes features, fixes bugs, and proposes pull requests, with each task running in its own sandboxed environment preloaded with your repository. Teams can deploy multiple agents in parallel to work on independent tasks, with MCP integration and AGENTS.md for repo-specific instructions.

freemiumOpen Source
Omnara logo

Omnara

Command center for Claude Code and Codex — monitor, steer, and voice-control your AI agents from any device.

Omnara is a command center for AI coding agents, letting you run, monitor, and steer Claude Code and Codex sessions from your phone, web browser, Apple Watch, or any device while the agent runs on your machine. Sessions migrate to the cloud when your laptop goes offline, and the voice-first interface lets you guide your agent hands-free. Built by a YC S25 team and available with a free tier plus paid plans across desktop, web, and mobile clients.

freemium
Jean logo

Jean

AI agent dev environment with parallel git worktrees, magic git commands, and Linear integration.

Jean is an open-source desktop dev environment for AI agents from coolLabs (the team behind Coolify). It runs multiple coding agents — Claude Code, Codex, and others — in parallel inside isolated git worktrees, each with its own chat session and terminal. Magic git commands handle commits, PR descriptions, code reviews, and merge conflicts with AI assistance, while built-in Linear and GitHub integrations load issue context into every session.

open-source