DevFlow Code Review is a sophisticated multi-agent system designed to automate the code review process within Claude Code. It orchestrates a four-phase workflow that includes context gathering, parallel analysis by five specialized agents (covering rules, bugs, dependencies, git history, and comments), and a dedicated scoring phase to eliminate false positives. By focusing on distinct data sources rather than overlapping categories, it provides precise, actionable feedback rooted in your project's specific CLAUDE.md or .claude/rules documentation, ultimately saving the report as a persistent Markdown file for easy reference.
Key Features
01Dependency and type verification across imported modules and API definitions
021 GitHub stars
03Automated issue scoring and filtering to ensure high-signal review results
04Multi-agent parallel review architecture powered by Sonnet and Haiku models
05Historical context analysis using git blame and log to identify reverted patterns
06Strict rule enforcement based on project-specific CLAUDE.md and .claude/rules files