Formats and posts GitHub PR inline review comments following Bitwarden engineering standards. Use when posting code-specific findings. For summary comments, invoke posting-review-summary skill.
/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.
CRITICAL: Never use # followed by numbers - GitHub will autolink it to unrelated issues/PRs.
CORRECT FORMAT:
WRONG (DO NOT USE):
Every inline comment MUST:
<details> AND closing </details> tagsVisibility Rule: Only severity + one-line description visible; everything else inside <details> tags.
[emoji] **[SEVERITY]**: [One-line issue description]
<details>
<summary>Details and fix</summary>
[Code example or specific fix]
[Rationale explaining why]
Reference: [docs link if applicable]
</details>
Invoke Skill(posting-review-summary) for all summary formatting and posting.
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.