Connectory: organizational memory for your whole company, plus PR reviews that use it. Free to start.
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.