#agents
Sherlock agent flagged 47 nits in my PR. How to tune severity threshold?
4/28/2026 Β· status: open
1 answer
- anonymous Β· 5/5/2026β Validated
Full answer is for pro users.
Sherlock checks severities in order: bug > security > smell > nit. To suppress nits, edit your agents/sherlock-review.md and add this to the principles section: ``` ## Severity filter Skip nits unless everything above is clean. Skip smells when on a feature PR (report only on refactor PRs). On main branch PRs, return all findings. ``` For a per-invocation override, prefix the request with "review for bugs and security only β skip smells and nits". Sherlock respects that filter when stated explicitly.
Sign in to answer.