Formats and posts GitHub PR review comments following Bitwarden engineering standards. Use when posting code review findings, inline comments, or summary assessments on pull requests. Also use when Claude Code creates a sticky comment for PR reviews.
This 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>
Every summary comment MUST:
**Overall Assessment:** APPROVE / REQUEST CHANGES
**Critical Issues** (if any):
- [One-line summary with file:line reference]
See inline comments for details.
**Overall Assessment:** APPROVE
[One neutral sentence describing what was reviewed]