posting-bitwarden-review-comments

Format and post GitHub PR inline review comments per Bitwarden standards.

129|15|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bitwarden/ai-plugins --skill posting-bitwarden-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: posting-bitwarden-review-comments
Source: https://github.com/bitwarden/ai-plugins/tree/main/plugins/bitwarden-code-review/skills/posting-bitwarden-review-comments
Command: npx skills add https://github.com/bitwarden/ai-plugins --skill posting-bitwarden-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formats and posts inline review comments following Bitwarden engineering standards. Use when posting code-specific findings. For summary comments, invoke posting-review-summary skill.

Core Features & Use Cases

  • Inline code findings: Use the Bitwarden finding format with mandatory details.
  • Comment templates: Enforces severity formatting, details sections, and collapsible details for long notes.
  • Summary integration: Invokes the summary skill for final PR wrap-up.

Quick Start

After identifying findings, post them as inline comments using the Bitwarden format. For a final summary, run the posting-review-summary skill.

Frequently Asked Questions about posting-bitwarden-review-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format inline code review comments for GitHub pull requests?

Inline code review comments follow the Bitwarden finding format with mandatory severity levels, details sections, and collapsible blocks for longer explanations. This Skill formats and posts those comments directly to GitHub PRs according to Bitwarden engineering standards, ensuring consistency across code reviews.

What's the difference between inline comments and summary comments in code review?

Inline comments target specific code changes with detailed findings; summary comments wrap up the entire PR. This Skill handles inline comments only. For final PR summaries, use the posting-review-summary Skill instead.

Can I post praise-only feedback as inline review comments?

No. This Skill enforces the Bitwarden standard that prohibits praise-only feedback in inline comments. Inline comments must contain code-specific findings formatted with severity, details, and supporting evidence.

How do I handle long explanations in inline code review comments?

This Skill employs collapsible details sections for longer explanations, keeping inline comments concise while preserving full context. Reviewers can expand details as needed without cluttering the PR view.

Do I need to review all changes before posting inline comments?

Yes. This Skill enforces analysis of all changes in the PR before posting any inline comments, preventing incomplete or out-of-context findings from being posted to Bitwarden repositories.