Skip to content

Conversation

@BekahHW
Copy link
Collaborator

@BekahHW BekahHW commented Feb 10, 2026

Summary

This PR adds comprehensive documentation for the PR Inbox feature in Mission Control, addressing issue #10245.

What is the Inbox?

The Inbox is the unified command center for managing pull requests across all connected GitHub repositories. Instead of context-switching between GitHub tabs, IDE windows, and chat interfaces, the Inbox brings everything together so users can review code, trigger AI agents, and merge PRs — all from one place.

Problems It Solves

  1. Ship as fast as you code — When AI agents generate PRs at scale, users need a way to review and merge them efficiently. The Inbox shows all open PRs with real-time status so users can take action immediately.

  2. One-click agent assistance — Every PR blocker (failing check, review comment, merge conflict) becomes a one-click automation. Click "Fix" and an agent analyzes the issue and creates a follow-up PR.

  3. Context without context-switching — The Inbox prefetches PR details on hover, shows diffs inline, and enables merging without leaving the page.

What's Documented

Inbox Overview

  • PR list view with status indicators and todo badges
  • Filtering by repository, author, source, and status
  • Running agent indicators

PR Detail View

  • Merge status panel with circular gauge visualization
  • Collapsible sections: Agent Checks, CI Checks, Review Comments, Merge Conflicts
  • One-click "Fix" and "Address" buttons that trigger AI agents
  • Merge button with squash/merge/rebase options
  • Override checkbox for protected branches

Shipping Workflow

  • Step-by-step guide: Triage → Fix with Agents → Review → Merge
  • Best practices for efficient PR management with agents

Additional Content

  • Keyboard shortcuts reference
  • Troubleshooting section (PRs not showing, agent fixes not working, merge button disabled)
  • Links to related documentation (Workflows, GitHub Integration, Tasks, Metrics)

Changes Made

  • Added docs/mission-control/inbox.mdx with comprehensive documentation
  • Updated docs/docs.json to add Inbox to Mission Control navigation

Documentation Structure

The page follows Mintlify best practices:

  • Clear task-oriented headings
  • AccordionGroups for scannable content
  • Tables for reference information
  • Tips and Notes for important callouts
  • CardGroup for related resources

Closes #10245


Summary by cubic

Adds a new Inbox docs page in Mission Control that shows how to review, fix, and merge PRs in one place. Updates navigation and covers list/detail views, agent actions (Fix, Address, Resolve), merge options, workflow steps, shortcuts, and troubleshooting.

Written for commit 214c743. Summary will update on new commits.

This adds documentation for the PR Inbox feature in Mission Control,
addressing issue #10245.

## What's Documented

### Why Use the Inbox
- Ship as fast as you code - manage AI-generated PRs efficiently
- One-click agent assistance for failing checks and review comments
- Context without context-switching with prefetched PR details

### Inbox Overview
- PR list view with status indicators and todo badges
- Filtering by repository, author, source, and status
- Running agent indicators

### PR Detail View
- Merge status panel with circular gauge visualization
- Collapsible sections for Agent Checks, CI Checks, Review Comments, Merge Conflicts
- One-click 'Fix' and 'Address' buttons that trigger AI agents
- Merge button with squash/merge/rebase options

### Shipping Workflow
- Step-by-step guide: Triage → Fix with Agents → Review → Merge
- Best practices for efficient PR management

### Additional Content
- Keyboard shortcuts reference
- Troubleshooting section
- Links to related documentation

Closes #10245

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
@BekahHW BekahHW requested a review from a team as a code owner February 10, 2026 18:56
@BekahHW BekahHW requested review from sestinj and removed request for a team February 10, 2026 18:56
@BekahHW BekahHW self-assigned this Feb 10, 2026
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 10, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Document PR Inbox Feature and Merge Readiness

1 participant