> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Code review tips

> All of Qodo's daily tips and tricks, consolidated for you so you can get more out of code review in Qodo.

<Note>
  To stop seeing daily tips in your code review, disable the daily tips feature from the configurations page in your Qodo portal.
</Note>

<AccordionGroup>
  <Accordion title="1. Start a comment with 'qodo' or '@qodo' to chat about any finding">
    Start any PR comment, review comment, or inline code comment with `qodo`, `@qodo`, or `/qodo`, or open with a greeting like `Hey qodo`, to chat with Qodo about a finding. Ask it to explain the issue, discuss the suggestion, or ask follow-up questions in natural language. Qodo only responds when addressed, so reviewer discussions are never interrupted.

    [Learn more](/code-review/chat-with-qodo-in-your-pull-requests)
  </Accordion>

  <Accordion title="2. Disagree with a finding? Ask Qodo to dismiss it, with your reason on record">
    Tell Qodo to dismiss a finding and explain why. The finding is struck through and marked as Dismissed in the review comment, so the rest of the team sees the decision.

    [Learn more](/code-review/chat-with-qodo-in-your-pull-requests)
  </Accordion>

  <Accordion title="3. Reply 'qodo' on any finding to push back, ask questions, or dig deeper">
    Reply to any finding to push back on a suggestion, request a deeper explanation, or refine the recommendation. Your feedback shapes the conversation on the PR.

    [Learn more](/code-review/chat-with-qodo-in-your-pull-requests)
  </Accordion>

  <Accordion title="4. Group findings by type: pick your Finding display, from Minimal to Full">
    The **Finding display** setting controls how type and category labels appear on findings, from Minimal (type icon only) to Full (type icon, category icon, and full name). Find it in the portal under **Configurations > Display preferences**, which has a live preview of your review comment.

    [Learn more](/code-review/findings-visibility)
  </Accordion>

  <Accordion title="5. Enable the Remediation agent and Qodo fixes findings in a dedicated fix PR">
    Under **Configurations > Remediation**, turn on the Remediation agent and Qodo fixes review findings for you, delivered as a dedicated fix PR or pushed directly to your source branch. Set an auto-fix severity threshold to control which findings it picks up.

    [Learn more](/code-review/remediate-findings-in-prs)
  </Accordion>

  <Accordion title="6. Type 'qodo, fix this' on a finding and the fix lands right on your PR">
    Type `qodo, fix the null pointer issue in this PR` and the chat agent applies the fix without you leaving the PR. This is best for targeted fixes where you want control over what changes.

    [Learn more](/code-review/remediate-findings-in-prs)
  </Accordion>

  <Accordion title="7. Describe a rule in plain language on the Rules page and Qodo drafts it for you">
    On the **Rules** page in the portal, describe the rule you want in plain language, such as "Restrict console.log in prod builds", and Qodo drafts it for you, complete with examples and severity.

    [Learn more](/governance/rule-enforcement/generate-and-manage-rules)
  </Accordion>

  <Accordion title="8. Turn on the rule miner and Qodo learns your standards from review history">
    Turn on the rule miner and Qodo discovers your team's standards automatically from your code review history, surfacing them as suggested rules for approval.

    [Learn more](/governance/rule-enforcement/rule-miner)
  </Accordion>

  <Accordion title="9. Add REVIEW.md to your repo root and Qodo follows it on every PR">
    Add a `REVIEW.md` file at your repository root and Qodo applies the review instructions and guidelines it contains on every PR. It is a simple, repo-local way to customize your review.

    [Learn more](/governance/use-review-md)
  </Accordion>

  <Accordion title="10. Route each action level your way: inline, summary, both, or drop">
    Under **Verbosity**, decide where each action level lands: inline comments, the summary comment, both, or dropped entirely. Critical findings always stay on at least one surface.

    [Learn more](/code-review/review-verbosity)
  </Accordion>

  <Accordion title="11. Keep summaries lean: Finding overflow tucks the rest behind 'View more'">
    **Finding overflow** collapses all but the top findings per severity behind a "View more" link, so the summary stays scannable on busy PRs.

    [Learn more](/code-review/reduce-review-noise)
  </Accordion>

  <Accordion title="12. Show, collapse, or hide each part of a finding: code, evidence, and all">
    The description, code snippet, recommendation, evidence, and agent prompt can each be set to hidden, collapsed, or expanded, so you can tune the comment from lean to verbose.

    [Learn more](/code-review/findings-visibility)
  </Accordion>

  <Accordion title="13. Every finding has a copy-paste agent prompt: feed it to your IDE agent">
    Every finding can include a copy-paste agent prompt. Hand it to your IDE agent to implement the fix with full context.

    [Learn more](/code-review/comment-anatomy)
  </Accordion>

  <Accordion title="14. Tweak Display preferences with a live preview to see your comment before it ships">
    Adjust your Display preferences in the portal and a live preview shows exactly how your review comment will render as you change settings, so you can see the result before it ships.

    [Learn more](/install-and-configure/configuration-overview/portal-configuration)
  </Accordion>

  <Accordion title="15. Commit Qodo's fix in one click with committable suggestions (GitHub & GitLab)">
    Enable committable code suggestions to apply Qodo's fix directly from the inline comment. Supported on GitHub and GitLab.

    [Learn more](/code-review/commitable-code-suggestions)
  </Accordion>

  <Accordion title="16. Not a fan of tips? Turn them off under Display preferences">
    Prefer not to see the rotating tip on your PR comments? Turn it off in the portal under **Configurations > Display preferences**. With the daily tip disabled, Qodo stops appending it to your PR summary comments.

    [Learn more](https://app.qodo.ai/configurations?tab=display-preferences)
  </Accordion>

  <Accordion title="17. Switch off images and animations for a plain-text comment">
    Turn off images and animations under **Configurations > Display preferences** and Qodo renders text and markdown equivalents instead of the illustrations, dividers, section badges, and footer logo. Handy for air-gapped setups where the image host is unreachable, or if you simply prefer a plain comment.

    [Learn more](/install-and-configure/configuration-overview/portal-configuration)
  </Accordion>

  <Accordion title="18. Hide the parts of a finding you never read, like the evidence or the agent prompt">
    Each block in a finding can be hidden outright rather than just collapsed, so the parts your team never opens stop taking up room in the comment. Set them under **Configurations > Display preferences**.

    [Learn more](/code-review/findings-visibility)
  </Accordion>
</AccordionGroup>
