This article explains how to use Qodo Context Engine in Qodo Git plugin**.**
For a deeper dive on Qodo Git plugin, visit the dedicated Qodo Git plugin documentation portal.
For a deeper dive on Qodo Git plugin, visit the dedicated Qodo Git plugin documentation portal.
Why it matters
Most pull request tools operate in a vacuum, limited to the diff or a single repo. Qodo Context Engine opens the entire codebase to your merge workflow, making reviews smarter, implementations more reliable, and questions easier to answer.What this enables
- Smarter Reviews with
/reviewQodo Context Engine analyzes the PR in the context of your broader codebase. The Focus section surfaces relevant context and architectural feedback. The References section shows exactly which files or services influenced the feedback. - More Informed Implementations with
/implementWhen generating code, Qodo Context Engine provides full-repo awareness—so suggestions align with your existing patterns, logic, and structure. The References section shows which parts of the codebase informed the output. - Deeper Answers with
/askGo beyond the PR scope. Ask architectural or cross-repo questions, and get grounded answers based on the broader system—not just the current branch. - Duplication Management with
/complianceThe Compliance tool offers the Codebase Code Duplication Compliance section which contains feedback based on the RAG references. This section highlights possible code duplication issues in the PR, providing developers with insights into potential code quality concerns.