Documents
Review
Review
Type
Document
Status
Published
Created
Jun 16, 2026
Updated
Jun 22, 2026

Review is the process by which your team approves, edits, or declines Dosu's drafts before they are posted or published. It is the human-in-the-loop checkpoint that keeps you in control of what Dosu says in public and what lands in your knowledge base.

What it i#

When Dosu generates something that would post publicly or change published knowledge, that draft does not go out on its own. It waits for a person. Review covers two surfaces:

  • The Review page at app.dosu.dev/review, a queue of pending drafts you can act on from one screen.
  • The in-PR or in-MR review comment, where Dosu posts suggested knowledge changes directly on a pull request or merge request, and you act on them with Accept, Edit, and Decline without leaving the code review you are already doing.

Both surfaces use the same three actions. Accept publishes or posts the draft as written. Edit lets you change it first, then publish. Decline dismisses it.

Why it matters#

  • You stay in control. Drafts remain pending until someone approves them, so nothing Dosu writes reaches your users or your docs without a human signing off.
  • Build trust gradually. New Agents start in preview mode, where Dosu generates drafts and queues them on the Review page instead of replying in public. You watch the quality, then turn on automatic replies when you are ready.
  • Traceable by design. Suggested knowledge updates carry citations back to the pull requests, files, and threads they came from, and Dosu strips citations it cannot verify before a suggestion ships. What gets published can be traced to a real artifact, which matters for both people and the coding agents that later read it.
  • Review where the work already is. For knowledge changes tied to code, Review lives inside the pull request, so reviewers approve documentation in the same interface they use to approve code.

What goes through Review#

A few kinds of Dosu drafts land in Review:

  • Response drafts. When an Agent runs in Auto Draft mode, Dosu writes a reply to a new issue, discussion, or Slack thread and holds it on the Review page rather than posting it. Each draft shows a confidence score badge next to its preview badge to help you judge it at a glance. Note that a direct @dosu mention always posts a reply immediately, so drafts apply only to auto-triggered responses.
  • Suggested knowledge updates. When a Monitor finds that a pull request or merge request may have made published knowledge stale, Dosu proposes targeted edits as a review comment on that PR or MR (see Self-Documenting PRs).
  • New Document suggestions. Dosu can suggest brand-new Documents when the activity warrants them, surfacing them the same way for approval.

How the in-PR review comment works#

On a pull request or merge request, Dosu posts a single Knowledge review comment. It summarizes what needs attention, shows a status table of each affected page and its Library, and tucks the proposed diffs into collapsible sections. Each row offers Accept, Edit, and Decline.

What Accept does depends on where the knowledge lives:

  • For Documents synced to a tool like Notion or Confluence, accepting pushes the edit back to the upstream page.
  • For documentation in a Git repository, Dosu opens a docs pull request or merge request for the change rather than writing directly to your default branch, and adds the original code author as a reviewer.

Your decisions persist across commits, so you do not re-review the same suggestion every time a new commit lands on the PR. The comment updates in place to show what was accepted, declined, or pushed.

Notes#

  • Declining dismisses a draft without publishing.
  • Preview mode and Auto Draft behavior are configured per Agent. Review is the shared destination for the output of those settings.
  • Whether accepted knowledge updates publish automatically or wait for this manual step is controlled by the relevant Library and Agent settings.
Review | Dosu