GitHub Action, free, no account required

Score on every pull request

Install the Astro Score GitHub Action. Catch production gaps before they ship. Free, no account required.

How it works

Step 1

Install

Add the Action to your repo with two lines of YAML.

Step 2

Open a PR

On every pull request, Score analyzes the diff and posts a full report as a comment. 60 seconds end to end.

Step 3

Ship with confidence

Know what is broken before it reaches production. No surprise outages, no 3 AM auth incidents.

Two ways to install

The Action repo lands shortly. Drop your email below and we will send the install link the moment useastro/score-action goes public.

Option 1

Add the workflow file

Drop this YAML into your repo at .github/workflows/score.yml. Commit, open any PR, and watch the Score comment appear.

# .github/workflows/score.yml
name: Astro Score
on: [pull_request]
jobs:
  score:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: useastro/score-action@v1

Option 2

Install from GitHub Marketplace

Coming soon. The Marketplace listing goes live alongside the Action repo. Get notified below.

Notify me when it launches

Use your best email. We only send preview updates and access invites.