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.