PR Reviews

Dashboard

Your central hub for PR reviews, testing, the Paragon Agent, and team settings.

The Paragon Dashboard is your central hub for automated PR reviews, test generation and execution, the Paragon Agent, and team management.

The dashboard is organized into the following pages:

  • Home: Credit balance, usage statistics, and CLI installation
  • PR Reviews: View all automatically reviewed pull requests and discovered issues
  • Testing: Generate, run, and evolve tests for your repositories
  • Agent: An agentic QA engine that finds bugs, writes tests, reviews code, and opens pull requests with fixes
  • Settings: Configure your account, PR reviews, severity filters, custom rules, and integrations

PR Reviews dashboard

Quick Start

  1. Install the Paragon CLI globally with npm
  2. Connect your GitHub account in Settings
  3. Enable automatic PR reviews and add repositories
  4. View reviewed PRs in PR Reviews
  5. Generate and manage tests in Testing
  6. Run the Agent to find bugs and open fix PRs

Installation & Setup

Get started with Paragon by installing the CLI and authenticating with your API key.

Step 1: Install CLI

npm i -g @polarityinc/paragon

Step 2: Authenticate

paragon auth login

Step 3: Verify Installation

paragon

API Key: Your API key is available in Settings. Keep it secure and do not share publicly.

Home

The Home page provides an overview of your account status and quick access to key features.

Credit Balance & Plan

Your credit balance and current plan are displayed at the top:

  • Current credit balance with visual indicator
  • Active plan name (Free, Developer, Startup)
  • "Add Credits" button for paid plans

Statistics

Click "Show All Stats" to expand your usage statistics:

  • Issues caught by severity (Critical, High, Medium, Low)
  • Total tokens used
  • Messages sent
  • Estimated hours saved

Install Paragon CLI

Click the install button to open a modal with copy-paste commands for CLI setup.