A
argbe.tech - news
1min read

Google Conductor adds automated reviews for quality gating in Gemini CLI workflows

Google’s Conductor extension for the Gemini CLI added Automated Reviews to automate security and code-quality checks in-terminal. The update classifies findings by severity and points developers to exact file paths for fixes.

Google’s Conductor extension for the Gemini CLI added Automated Reviews to gate code quality and security with severity-ranked findings in the terminal.

  • Categorizes review findings as High, Medium, or Low severity, with each item linked to the specific file path that needs attention.
  • Runs deep static analysis to flag race conditions, null pointer risks, and logic errors during review.
  • Performs a security pass for hardcoded API keys, potential PII leaks, and injection-style vulnerabilities before merging.
  • Validates work against version-controlled planning docs (plan.md and spec.md) to catch drift from the intended implementation.
  • Integrates existing unit and integration test suites to report function and coverage results directly in the CLI output.