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.
npx claudepluginhub bitwarden/ai-plugins --plugin bitwarden-code-reviewThis skill uses the workspace's default tool permissions.
A finding is a false positive — **drop it** — if ANY of the following are true:
Enforces pre-report verification checklist for code reviews, confirming usages, context, and framework patterns to prevent false positives on unused code, validation, types, and leaks.
Enforces verification checklists before reporting code review findings on unused code, missing validation, type assertions, and leaks to minimize false positives.
Enforces pre-report verification checklists for code review findings like unused code, missing validation, type assertions, and leaks to reduce false positives.
Share bugs, ideas, or general feedback.
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.