slop) so maintainers can filter and prioritize their review queue.
The detection runs as part of CodeRabbit’s standard review pipeline, no additional setup is required.
Configuration
Configure theslop_detection section in your .coderabbit.yaml file:
.coderabbit.yaml
Disabling Slop Detection
To disable Slop Detection on a repository, setenabled to false:
.coderabbit.yaml
Custom label
To use a different label for flagged PRs, set thelabel field:
.coderabbit.yaml
Frequently asked questions
Does Slop Detection work on private repositories?
Does Slop Detection work on private repositories?
No. Slop Detection only runs on public GitHub repositories.
Will Slop Detection block a PR from being merged?
Will Slop Detection block a PR from being merged?
No. Slop Detection applies a label to the PR but does not block merges. Maintainers can use the label to filter and triage PRs at their discretion.
Can I automatically close slop PRs?
Can I automatically close slop PRs?
Not at the moment. CodeRabbit is currently gathering data and tuning the detection mechanism to ensure accuracy.
What’s next
Pre-Merge Checks
Enforce quality gates and custom requirements before pull requests are merged
Automatic review controls
Fine-tune which PRs CodeRabbit reviews automatically using labels, branches, and author filters
Configuration reference
See the full slop_detection schema with types, defaults, and constraints