Policy Gates
Core rules that PRs must satisfy before reaching reviewers
Require Linked Issue
PRs must reference a GitHub issue (e.g., "Closes #123")
Require Tests for Code Changes
PRs that modify source code must include corresponding test files
Require PoC for Security Reports
Security-labeled issues must include a proof of concept or reproduction steps
Allow Refactors Without Tests
Skip test requirement for PRs labeled "refactor" with no behavior changes
Size Limits
Prevent oversized PRs from consuming reviewer bandwidth
AI Detection
Configure sensitivity for detecting AI-generated code submissions
Slop Sensitivity
How aggressively should PRKitchen flag potential AI-generated content?
Low
Permissive
Only flag obvious AI-generated submissions (score > 80). Best for trusted teams with established contributors.
Medium
Balanced
Flag suspicious patterns and AI signals (score > 50). Good balance of signal and noise for most teams.
High
Strict
Strict detection, flag any AI-like patterns (score > 30). Recommended for open-source repos with high external contribution volume.
Additional Settings
Auto-close high-confidence AI submissions
Automatically close PRs with slop score above 90. Closed PRs appear in Blocked Items for review.
Require human justification for flagged PRs
Authors of flagged PRs must provide a written explanation before the PR can proceed.