pr-completion-summary-comment

Post SHA-anchored PR summary comments via GitHub CLI or API.

3|2|Updated May 12, 2026
One-click install
npx skills add https://github.com/kriscendobot/garden --skill pr-completion-summary-comment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-completion-summary-comment
Source: https://github.com/kriscendobot/garden/tree/main/skills/pr-completion-summary-comment
Command: npx skills add https://github.com/kriscendobot/garden --skill pr-completion-summary-comment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of fragmented PR conversations where maintainers struggle to reconstruct the history of changes because inline thread replies lack a cohesive, top-level summary of the work performed.

Core Features & Use Cases

  • Standardized Reporting: Enforces a consistent format for PR summary comments, including Head SHA, change descriptions, declined items, and verification status.
  • Context Preservation: Ensures that every push responding to feedback is accompanied by a human-readable acknowledgment that closes the loop.
  • Use Case: After a developer pushes a series of fixes to address multiple review comments, this skill generates a single, authoritative comment that maps each fix to its commit and explains any deferred items, preventing the maintainer from having to manually diff the branch.

Quick Start

Post a summary comment to the current pull request that details the head commit, summarizes all addressed feedback, explains any declined items, and reports the current verification status.

Frequently Asked Questions about pr-completion-summary-comment

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

FAQPage Schema
How do I create a standardized pull request summary comment after addressing review feedback?

To create a standardized pull request summary comment, you generate a top-level post that details the head commit SHA, summarizes addressed feedback, explains declined items, and reports verification status. This anchors the final state of changes cohesively.

Why do maintainers struggle to reconstruct the history of changes in a pull request?

Maintainers struggle to reconstruct changes because fragmented inline thread replies lack a cohesive, top-level summary mapping fixes to commits. A standardized PR summary comment provides an authoritative account of work performed to close the loop.

Do I need the GitHub CLI or API to post SHA-anchored PR summary comments?

Yes, you need integration with GitHub CLI or API to post PR summary comments and verify commit SHAs. This ensures accurate mapping of change descriptions to specific commits while maintaining strict PR etiquette.

What is the best way to document declined review items and verification status in a GitHub PR?

The best way to document declined items and verification status is using a standardized top-level PR summary comment. It enforces a consistent format that explains deferred feedback alongside the head commit SHA, preventing manual branch diffing.

When should I post a top-level PR summary comment instead of an inline thread reply?

You should post a top-level PR summary comment during post-push workflows where inline replies are insufficient for documenting the final state. It provides context preservation when a developer pushes a series of fixes addressing multiple review comments.

Can I map multiple commit fixes to specific code review comments in one GitHub comment?

Yes, you can map multiple fixes to their respective commits in a single authoritative PR summary comment. It maps each fix to its commit SHA, explains deferred items, and prevents maintainers from having to manually diff the branch.