Use this skill to validate findings during a code review. For each finding, run the rejection criteria and verification checks. If a finding fails any check, drop it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bitwarden-code-review:avoiding-false-positivesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A finding is a false positive — **drop it** — if ANY of the following are true:
A finding is a false positive — drop it — if ANY of the following are true:
For each finding that passes rejection criteria, verify ALL three:
If you cannot confidently answer all three, drop the finding.
When uncertain about a pattern, search the codebase for similar examples before flagging.
Examples:
any types extensively → Don't flag individual usesDo NOT flag when handled elsewhere or guaranteed by framework:
When uncertain, assume the developer knows something you don't.
npx claudepluginhub bitwarden/ai-plugins --plugin bitwarden-code-reviewEnforces a multi-step verification protocol for code review findings to eliminate false positives. Must be loaded before reporting any review issues.
Enforces verification checklists before reporting code review findings on unused code, missing validation, type assertions, and leaks to minimize false positives.
Enforces a multi-step verification protocol before reporting code review findings to reduce false positives from AI reviews. Useful for review automation pipelines.