Assay Docs
Dashboard

Viewing Reviews

Browse, filter, and analyze your code review results

Viewing Reviews

The Reviews page shows all your code reviews with filtering and detailed views.

Reviews List

Each review shows:

  • PR Title - Linked to the GitHub PR
  • Repository - Owner and repo name
  • Status - Current review state
  • Tier - Quick Scan, Code Review, or Deep Analysis
  • Findings - Count of issues found
  • AI Verdict - Approved, Changes Requested, or Commented
  • Created - When the review started

Filtering Reviews

Use the status filter to show:

  • All - Every review
  • Completed - Successfully finished reviews
  • Processing - Currently running
  • Pending - Queued and waiting
  • Failed - Reviews that encountered errors

Review Detail Page

Click any review to see the full details:

Summary Section

  • PR Information - Number, title, author, branches
  • Review Metadata - Tier, status, duration
  • AI Summary - High-level overview of changes
  • Key Changes - Significant modifications
  • Breaking Changes - API or behavior changes (if any)

Findings Section

Findings grouped by severity:

  • CRITICAL - Must fix immediately
  • HIGH - Should fix before merge
  • MEDIUM - Recommended to address
  • LOW - Optional improvements
  • INFO - Observations

Each finding shows:

  • Type icon and severity badge
  • File path and line numbers
  • Title and description
  • Suggested fix

Process Log

Expandable section showing:

  • System Log - Formatted progress events
  • Terminal View - Raw output

For in-progress reviews, the log streams live updates.

Billing Details

  • Credits used
  • USD equivalent cost
  • BYOK indicator (if using your own API key)

Review Actions

Cancel Review

Stop an in-progress review. Credits reserved are returned.

Re-run Review

Run a new review on the same PR:

  1. Select a different tier if desired
  2. View the new cost estimate
  3. Confirm to start

Copy Report

Export the review as formatted markdown with:

  • Summary and key changes
  • All findings with details
  • Suitable for sharing or documentation

View on GitHub

Jump directly to the pull request on GitHub.

Pagination

Reviews are paginated (20 per page). Use the navigation at the bottom to browse older reviews.

On this page