GitHub App · private repos · auto-fix PRs

GateTest on GitHub —
install once, forget about config.

Every push and PR gets scanned with 120 modules. Findings post as inline PR comments and commit statuses. Auto-fix PR opened automatically when there's something to fix.

github.com/apps/GateTestHQ

Select which repos GateTest can access. Public or private. You control the scope — single repo or entire org.

Install GateTest on GitHub →

No credit card for the GitHub App install. Scans under 30s.

what happens on the next push
GateTest detected push to feature/billing-overhaul
Scanning 11 changed files vs main...
[PASS] syntax · lint · secrets
[FAIL] moneyFloat — 1 issue
ERR moneyFloat › src/billing/invoice.ts:94
parseFloat() on invoice.total — use Decimal.js
Opening auto-fix PR: gatetest/auto-repair-48821...
PR #47 opened — review the fix, merge when ready.
1

Install the app

Pick individual repos or the whole org. Takes 30 seconds.

2

Push or open a PR

GateTest hooks into GitHub webhooks — no config file needed.

3

See results in your PR

Inline annotations on the diff, commit status, PR comment with severity breakdown.

4

Auto-fix PR (optional)

When ANTHROPIC_API_KEY is set on the org, GateTest opens a fix PR automatically. You review, you merge.

permissions requested
ContentsReadRead your code to scan it — never stored
Pull requestsWritePost scan results as PR comments
Commit statusesWriteGreen ✅ or red ❌ on each commit
MetadataReadKnow which repos to watch
🔒 Code is never stored. GateTest reads your files, runs them through 120 modules in memory, posts results to GitHub, then discards everything. No database of your code. No training on your codebase.

Not using the GitHub App? Try the CI workflow installer:

curl | bash install for any git host →