Code Review as Agent Tool
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.
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.
Nothing special has to be done aside from incorporating instructions into your skills, AGENTS.md, or your normal prompting workflow
## Workflow
... (other instructions here)
- After completing a task, produce a diff and invoke the Zeeq code review tool to check your work