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.
Formats GitHub PR inline comments using Bitwarden's engineering standards for code-specific findings. Triggers when posting security or code quality comments that require specific line references and the Finding format.
/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.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.