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-review

Trigger a fresh review after pushing new commits.

@slopbuster whyAsk why

Understand why a specific finding was flagged.

@slopbuster resolveMark resolved

Tell SlopBuster you've addressed the finding.

@slopbuster dismissDismiss

Dismiss a finding you disagree with. SlopBuster learns from this.

@slopbuster summaryGet summary

See 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 how

Returns a code example showing how to resolve the issue.

Pause reviews temporarily

@slopbuster pause

Stops automatic reviews on this PR. Resume with @slopbuster resume.