Feature Overview

Code Review as Agent Tool

The same code reviews but accessible "in process" by agents during their work loop.

Summary

Unlike other code review tools, Zeeq's code reviews are also exposed directly to the agent.  This allows your coding agent to directly integrate the exact same code review into the local coding loop before producing the PR.

The key benefit to this approach is that it keeps the discovery and application of findings inside of the agent loop rather than breaking out of the loop while waiting for the PR.

In this scenario, the PR becomes a final backstop.

The code review tool uses the same knowledge libraries and agents as the PR code review, allowing agents to work autonomously in a tight feedback loop

Because the local coding agent and the PR code review relies on the same agents with the same backing reference knowledge, the local coding agents can work autonomously and continuously check their work against the expected review when it produces its PR.

This pattern proves to help teams accelerate because there is less context switching waiting for code review findings and the switching between workstreams.

It is possible to get different results from the local MCP tool invoke and the final PR invoke, even when using the exact same agent configuration, because the local tool invoke allows the local agent to supply a comment when requesting the review. Depending on how the PR comment is written, this can sometimes yield different results as the PR comment is guiding text for the scope of the change.

Nothing special has to be done aside from incorporating instructions into your skills, AGENTS.md, or your normal prompting workflow

AGENTS.md
## Workflow

... (other instructions here)
- After completing a task, produce a diff and invoke the Zeeq code review tool to check your work