91% of developers use AI tools. Your repo is accumulating technical debt RIGHT NOW.
Commands
Quick Commands
The most commonly used SlopBuster commands for everyday code review workflows.
Everyday Essentials
@slopbuster reviewRe-reviewTrigger a fresh review after pushing new commits.
@slopbuster whyAsk whyUnderstand why a specific finding was flagged.
@slopbuster resolveMark resolvedTell SlopBuster you've addressed the finding.
@slopbuster dismissDismissDismiss a finding you disagree with. SlopBuster learns from this.
@slopbuster summaryGet summarySee an overall summary of all findings on the PR.
Quick Fixes
Common patterns
Dismiss with context
@slopbuster dismiss --reason "Intentional for backwards compatibility"Provides team context for why the finding was dismissed.
Get a fix suggestion
@slopbuster howReturns a code example showing how to resolve the issue.
Pause reviews temporarily
@slopbuster pauseStops automatic reviews on this PR. Resume with @slopbuster resume.