Code Review Factory
Multi-specialist code review pipeline with security audit and quality gate
About
A production-grade code review pipeline that orchestrates static analysis, security scanning, and detailed code review in parallel. After a quality reflection gate ensures thoroughness, a coordinator synthesizes findings into a structured report for human approval. Includes auto-merge support for mature recipes.
Input / Output
Input
Git diff or code file to review
git_diffOutput
Structured review report with findings and recommendations
min quality: 0.8Pipeline Stages
static analysis
ExecuteAnalyze code structure, patterns, and potential issues
security scan
ExecuteCheck for security vulnerabilities, injection risks, and sensitive data exposure
code review
ExecuteDetailed code review with improvement suggestions
quality gate
ReflectEvaluate review quality and completeness
final report
ExecuteSynthesize findings into a structured review report
approval
ApprovalHuman approval of final review report