PostHole
Compose Login
You are browsing us.zone2 in read-only mode. Log in to participate.
rss-bridge 2026-03-01T04:04:38.782374398+00:00

Conductor Update: Introducing Automated Reviews

Conductor for the Gemini CLI has introduced a new Automated Review feature designed to verify the quality and accuracy of AI-generated code. This update addresses the challenge of validating agentic development by automatically checking implementations against original plans, enforcing style guides, and identifying security risks or bugs. by incorporating test-suite validation and providing actionable reports, Conductor helps developers ensure that their AI agents deliver safe, predictable, and architecturally sound code before it is finalized.


[Google for Developers]

Conductor Update: Introducing Automated Reviews

FEB. 13, 2026

Sherzat Aitbayev

Senior Software Engineer

Developer & Experiences

Mahima Shanware

Senior Software Engineer

Developer & Experiences

Jay Kornder

Senior Product Manager

Developer & Experiences

Facebook

Twitter

LinkedIn

Mail

[GCLI005-Conductor-Blog-Header]

In December, we introduced Conductor, an extension for the Gemini CLI designed to bring context-driven development to your terminal. By shifting project awareness out of ephemeral chat logs and into persistent, version-controlled markdown files, Conductor has helped developers worldwide plan before they build.

Today, we’re releasing a new feature to help make AI-assisted engineering safer and more predictable. Our new Automated Review feature allows Conductor to go beyond planning and execution into validation, generating post-implementation reports on code quality and compliance to the guidelines you’ve defined.

Close the loop with Automated Reviews

Our new Automated Review feature introduces a rigorous "verify" step to the development lifecycle. Once your coding agent completes its tasks, Conductor can now generate a comprehensive post-implementation report.

Key capabilities:

  • Code review: Conductor acts as a peer reviewer, performing deep static and logic analysis on newly generated files. Beyond just syntax, it proactively flags complex issues such as race conditions in asynchronous blocks, potential null pointer risks, and logic errors that could lead to runtime exceptions
  • Plan compliance: The system automatically checks the new code against your plan.md and spec.md. It ensures every phase of your roadmap was addressed and that no core requirements were omitted during the coding process.
  • Guideline enforcement: To maintain long-term code health, Conductor verifies that all new contributions adhere strictly to your project’s specific style guides as well as any custom guideline files generated during the planning phase.
  • Test-suite validation: Instead of relying on manual execution, Conductor integrates your entire test suite directly into the review workflow. It runs all relevant unit and integration tests, then incorporates the results and coverage data into the final report to provide a unified view of whether the new code actually functions as intended within your existing ecosystem.
  • Basic security review: Safety is integrated into the core of every review, with the system scanning for critical vulnerabilities before code is ever merged. It automatically flags high-risk issues such as hardcoded API keys, potential PII (Personally Identifiable Information) leaks, or unsafe input handling that could expose the application to injection attacks.

Actionable intelligence

The output of an Automated Review is designed for action. Findings are categorized by severity (High, Medium, and Low), providing developers with clear instructions on where to iterate.  You’ll receive the exact file path and can start a track within Conductor to fix the issues.

This level of detail ensures that "agentic" development doesn't mean "unsupervised" development. Instead, it creates a workflow where the AI provides the labor and the developer provides the high-level architectural oversight, backed by automated verification.

Get started

Conductor is evolving rapidly, and these features represent our commitment to making AI development safe, predictable, and architecturally sound.

Install the extension and start using Conductor today here or by using the following command:

gemini extensions install https://github.com/gemini-cli-extensions/conductor

posted in:

Cloud

Announcements

Best Practices

Problem-Solving

Solve

Learn

Related Posts

[On-Device Function Calling in Google AI Edge Gallery]

Mobile

How-To Guides

On-Device Function Calling in Google AI Edge Gallery

FEB. 26, 2026

[Making Gemini CLI extensions easier to use]

Announcements

Making Gemini CLI extensions easier to use

FEB. 11, 2026

[Supercharge your AI agents: The New ADK Integrations Ecosystem]

Cloud

Announcements

Best Practices

Supercharge your AI agents: The New ADK Integrations Ecosystem

FEB. 27, 2026


Original source

Reply