# Get Pr Comments

> Fetch and summarize review comments from the active pull request

- Skill: `cogine-ai/get-pr-comments` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cogine-ai/get-pr-comments`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cogine-ai/get-pr-comments/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: cogine-ai (https://skillmd.com/u/cogine-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cogine-ai/get-pr-comments

---


# Get PR comments

## Trigger

Need a concise, actionable summary of feedback on the active pull request.

## Workflow

1. Resolve the active PR for the current branch.
2. Fetch review comments and discussion comments.
3. Group feedback by severity and actionability.
4. Return a concise action list.

## Output

- Grouped feedback summary
- Action list ordered by priority
- Open questions that still need clarification

