Prevents false positive findings by recognizing framework patterns, codebase conventions, and common non-issues. Use when uncertain whether something is a real issue.
/plugin marketplace add bitwarden/ai-plugins/plugin install bitwarden-code-review@bitwarden-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
MUST verify ALL three:
If you cannot confidently answer all three, DO NOT create the finding.
When uncertain about a pattern, search the codebase for similar examples before flagging.
Before suggesting changes:
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.
Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.