posting-review-summary

Post or update PR summary comments in GitHub Actions or local files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates posting or updating the PR summary after all findings are classified and inline comments are posted, giving engineers a quick, scannable overview.

Core Features & Use Cases

  • Context-aware routing: Updates a sticky GitHub comment in Actions or writes to a local review-summary.md when running in non-GitHub contexts.
  • Concise summaries: Ensures the summary is scannable and brief for fast comprehension.
  • PR metadata checks: Flags truly deficient metadata in a collapsible section so reviewers can spot gaps without polluting inline feedback.

Quick Start

After you finish posting inline findings, invoke the posting-review-summary skill to generate the summary. In GitHub Actions, it updates the sticky comment; in local mode, it writes to review-summary.md.

Frequently Asked Questions about posting-review-summary

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

FAQPage Schema
How do I automatically post a PR summary after code review?

Post a PR summary comment after inline findings are classified. This Skill generates a scannable overview in GitHub Actions by updating a sticky comment, or writes to review-summary.md in local environments, enforcing a 3-line feedback limit for clarity.

Can I use GitHub Actions to post PR review summaries automatically?

Yes. The Skill detects GitHub Actions context and updates a sticky PR comment with the summary. In non-GitHub environments, it writes to a local review-summary.md file instead, routing output based on where it runs.

What's the best way to summarize code review findings for fast team comprehension?

Generate a concise, scannable summary that highlights key findings without repetition. This Skill enforces brevity, flags metadata gaps in collapsible sections, and ensures reviewers get a quick overview after all inline comments are posted.

Does the PR summary work in local review workflows outside GitHub Actions?

Yes. When running outside GitHub Actions, the Skill writes the summary to a local review-summary.md file instead of posting to GitHub, supporting both CI/CD pipelines and local development review contexts.

Why shouldn't I use gh pr comment to publish the review summary?

The Skill enforces a prohibition on using gh pr comment for summary publication to prevent duplicate or conflicting comments. It manages output routing directly—via sticky GitHub comments in Actions or local files—for consistent, controlled placement.

How do I integrate PR summary generation into my GitHub workflow?

After all inline review comments are posted, invoke the Skill to generate the summary. In GitHub Actions, it updates a sticky comment automatically. In local mode, it produces review-summary.md, completing the end-to-end review documentation.