GitHub App
GitHub App
Automated PR analysis with AFA Gate Check -- installation, configuration, and behavior.
GitHub App
The AFA Gate Check GitHub App analyzes pull requests automatically and posts gate results as Check Runs. It runs analysis only (no code modification) and is available on all tiers including Community (free).
How it works
PR opened/updated
--> GitHub sends webhook to AFA
--> AFA fetches the diff (up to 3 pages)
--> Each changed function is analyzed by 4 agents
--> Check Run posted with results
--> Summary comment added to PRWhat you get
- Check Run on every PR with pass/fail status
- PR comment summarizing findings across security, performance, maintainability, and documentation
- Quota tracking against your tier's monthly analysis limit
- Upgrade CTA when quota is exceeded (instead of silently failing)
Pages
- Installation -- install the app on your repositories
- PR Checks -- understand the analysis flow and results format