Pull Request List

When you open Pull Panda you land on the home screen. This is your inbox for code review — every pull request you care about, grouped so you know what to do next.

Two sections

The home screen is split into two lists:

  • Needs Your Attention. Pull requests opened by someone else where you are a reviewer or are otherwise expected to act. These are the PRs to clear first.
  • Your Pull Requests. Pull requests you authored. Useful for tracking the state of your own work — what is approved, what has failing checks, what is ready to merge.

Each row shows the title, the repository, the author, and the current status (checks, reviews, conflicts). Click a row to open the PR.

Syncing

Pull Panda keeps a local copy of your pull requests so the app feels instant. New data arrives in two ways:

  • Automatic. A background syncer fetches updates from GitHub on a schedule.
  • Manual. Press Shift+R to force a sync immediately.

Opening a pull request

You have two ways to open a PR:

  • Click any row in either list.
  • Press Cmd+P (or Ctrl+P on Windows and Linux) to open the PR picker. Start typing the title or repository name and hit enter.

From any other screen, Cmd+H brings you back to the home screen.

Shortcuts on this page

ShortcutAction
Shift+RSync pull requests
Cmd+POpen the PR picker
Cmd+HGo to home
Cmd+KOpen the command palette

See the full keymap for every shortcut, or head to the Pull Request View docs for what to do once a PR is open.