pr-comments
FeaturedUse when the user asks to review pull request comments, or when the /pr_comments command runs — fetch and analyze PR review comments on the current branch and summarize actionable items.
Code & Development 2,222 stars
97 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Pull Request Comments Review
Review the pull request comments associated with the current branch and turn them into an actionable summary.
## Procedure
1. Identify the PR for the current branch (git remote, branch name → PR). If no PR is found or git hosting tools are unavailable, say so and fall back to reviewing local uncommitted changes.
2. Gather review comments (inline + general) and group them by theme: blocking changes, open questions, nits.
3. For each actionable comment: restate the concern in your own words, locate the affected code, and propose a concrete change.
4. Produce a summary: what the reviewers want changed, what's already addressed, and a suggested order of work.
## Constraints
- Never invent comments — summarize only what is actually there.
- Mark unresolved vs resolved comments explicitly.
Details
- Author
- ccch1mneyyy
- Repository
- ccch1mneyyy/dsh-TUI
- Created
- 1 weeks ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
pr-review
Address PR review comments systematically. Use when a PR has review feedback that needs to be resolved with code changes.
24 Updated 2 weeks ago
rmzi Code & Development Listed
pr-comments
Review and triage PR comments interactively
0 Updated 2 days ago
YoniChechik Code & Development Listed
pr-review
{{ 𝛀𝛀𝛀 }} Review a pull request
5 Updated yesterday
JasonWarrenUK