PR helper skills: review and resolve PR comments, and draft structured PR descriptions.
97
92%
Does it follow best practices?
Impact
98%
1.44xAverage score across 10 eval scenarios
Advisory
Suggest reviewing before use
Skills that help you write and ship pull requests on GitHub.
pr-descriptionDrafts a PR description with a consistent structure: Summary, Context, Why, What changed, Links & tracking, and (when applicable) How to test. Avoids raw diff dumps and forces the description to actually explain why the change exists.
Use it when:
pr-comment-resolverWalks through every unresolved piece of PR feedback — line comments, issue comments, and review summaries — assesses each one critically (address / defer / disagree), confirms the plan with you, then fixes source files (not generated artifacts), runs lint/format, commits, pushes, and replies on the right GitHub thread.
Use it when:
| Situation | Skill |
|---|---|
| Opening a PR | pr-description |
| Rewriting a weak PR body | pr-description |
| Reviewer left comments to address | pr-comment-resolver |
| Bot review summary needs responses | pr-comment-resolver |
The two skills are independent — invoke whichever matches the task.