MoneyGap CLI

Add a GitHub Action for growth regressions

Gate pull requests with npx moneygap-scan — crawlability, schema, and performance signals. Exit code 1 fails the check when critical findings appear.

Workflow snippet

# .github/workflows/moneygap.yml
name: MoneyGap
on:
  pull_request:
jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
        with:
          node-version: "22"
      - name: Live diagnostics
        run: npx --yes moneygap-scan@latest ${{ vars.PREVIEW_URL }}

Set repository variable PREVIEW_URL to your PR preview, or run moneygap scan offline after moneygap init.

Try it locally

npx moneygap-scan https://example.com

Full Fix Paths™ unlock after you Start Free Trial. Browse Open Audits for public scan snapshots.

Managed CI / org policy waitlist

Need org-wide policy, check runs, or hosted gates beyond the open Action? Join the waitlist — Developer Tips channel for future nurturing.