Generic AI reviewers don't know what your repo is. SlopBuster does — and it changes everything about what a good review looks like.
Quickstart Guide
Get SlopBuster running on your repositories in under 5 minutes.
Install the GitHub App
Click the button below to install SlopBuster on your GitHub organization or personal account.
Permissions requested: Read access to code and metadata, write access to pull requests and issues.
Select repositories
Choose which repositories you want SlopBuster to review. You can select all repositories or specific ones.
Open a pull request
That's it! SlopBuster will automatically review your next pull request. No configuration required.
I've reviewed your PR and found 2 areas for improvement:
Optional: Add configuration
Customize SlopBuster behavior by adding a .slopbuster.yaml file to your repository root.
# SlopBuster configuration
language: auto
reviews:
progressive_feedback: true
max_findings_per_review: 3
ignore:
- "*.test.ts"
- "node_modules/**"
- "dist/**"
rules:
framework_reinvention: error
missing_error_handling: warning
ai_slop_detection: true