91% of developers use AI tools. Your repo is accumulating technical debt RIGHT NOW.
Commands
Batch Operations
Manage multiple SlopBuster findings at once with batch commands. Useful when you need to resolve or dismiss several findings quickly.
Resolving All Findings
After addressing all issues in your PR, you can mark everything as resolved at once:
@slopbuster resolve allDismissing by Severity
Dismiss all findings below a certain severity threshold:
@slopbuster dismiss --severity styleDismisses all style-level findings
@slopbuster dismiss --severity medDismisses all medium and below findings
Re-review After Batch Changes
After resolving or dismissing findings in bulk, trigger a fresh review to verify your changes:
@slopbuster review