← ClaudeAtlas

triage-pr-feedbacklisted

Read all reviews, review comments, and conversation comments on a GitHub PR by number via the gh CLI, then group the feedback into categories and prioritize it into an action list. Triage report only — do not post replies or change code. Use when the user wants to triage, summarize, or get an action plan for PR feedback.
MichaelHolley/cc-plugins · ★ 0 · Code & Development · score 65
Install: claude install-skill MichaelHolley/cc-plugins
# Inputs Expected from the user: - a **PR number** (required), e.g. `123` - optional focus, such as "only blocking items", "ignore nitpicks", "what's still unresolved" - optional **options** (see [Options](#options)), passed as keywords, e.g. `short` # Options Recognized modifiers the user may include. Match case-insensitively; more than one may apply. - **`short`** — Condensed report. Drop verbatim reviewer quotes and `suggestion` blocks; replace each entry's quoted words with a one-line paraphrased summary. Keep priority · category · `file:line` · author. Skip the P2/P3 detail beyond counts. Still end with the Recommendation. - **`full`** (default) — The complete report described in [Triage report](#triage-report), including verbatim quotes and suggestion blocks. When no option is given, behave as `full`. # High-level behavior Follow this order: 1. Resolve `owner/repo` (`gh repo view --json nameWithOwner -q .nameWithOwner`). 2. Fetch PR metadata, then **all three feedback streams plus resolved-thread status** (see [Fetching feedback](#fetching-feedback)). 3. Normalize every entry to: author, stream, body, file/line (if any), created time, resolved/outdated flag, contained `suggestion` blocks. 4. Categorize each actionable entry (see [Categories](#categories)). Exclude resolved/outdated from the action list but report the count. 5. Assign a priority to each entry (see [Prioritization](#prioritization)). 6. Present the report (see [Triage report](#triage-report)), le