Use 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.
Scanned 8/30/2026
Install to Claude Code
npx -y skills add ccch1mneyyy/dsh-TUI --skill pr-comments --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pr Comments?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ccch1mneyyy-pr-comments)More formats (shields.io, HTML) on the badges page.
---
name: pr-comments
description: Use 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.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.