Use this skill when posting inline comments to GitHub pull requests. Apply when formatting comments following Bitwarden engineering standards with severity emojis, clear explanations, and actionable suggestions. Use after findings are classified and ready to post. DO NOT USE when posting summary comments.
npx claudepluginhub bitwarden/ai-plugins --plugin bitwarden-code-reviewThis skill uses the workspace's default tool permissions.
1. **MUST** Analyze all changes before posting anything
Generates ultra-compressed code review comments for PRs and diffs: one line per finding with location, problem, fix. Supports severity prefixes like bug, risk, nit.
Generates well-structured code review comments in Conventional Comments format for clear, actionable PR feedback. Classifies as praise/nitpick/suggestion/issue/question/thought with blocking/non-blocking decorations.
Generates ultra-concise PR review comments: one issue per line (L<line>: problem.fix) with severity prefixes (bug, risk, nit, question). Japanese supported. For pull request reviews.
Share bugs, ideas, or general feedback.
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.