respond-pr-feedback

Solid

Respond to review comments on a PR after evaluation and fixes

AI & Automation 61 stars 8 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Respond to PR Feedback Post replies to review comments after you've evaluated the feedback and made fixes. Resolves conversation threads by default. ## Usage ```bash /beagle-core:respond-pr-feedback [--pr <number>] [--no-resolve] ``` **Flags:** - `--pr <number>` - PR number to target (default: current branch's PR) - `--no-resolve` - Skip thread resolution after posting replies (default: resolve all) ## Prerequisites Run `/beagle-core:fetch-pr-feedback` first to evaluate the feedback and make any necessary fixes. ## Hard gates (sequenced) Advance only after each pass condition is met (objective checks—not assumed completion). 1. **Prerequisite satisfied:** You have already run `/beagle-core:fetch-pr-feedback`, evaluated each thread, and applied fixes or chosen an explicit response strategy per thread (no posting blind). 2. **Context loaded:** Step 2 commands exit `0`; values parsed from `gh pr view`, `gh repo view`, and `gh api user` are non-empty and assigned to `$PR_NUMBER`, `$PR_AUTHOR`, `$OWNER`, `$REPO`, `$CURRENT_USER`—never invent owner, repo, or PR number. 3. **Queue decided:** Step 3a `jq` exits `0`. If the filtered list is empty, output exactly `All review comments have been addressed.` and **stop** (do not call reply or GraphQL resolve APIs). 4. **Reply before resolve:** For each target comment, Step 4 `gh api .../replies` exits `0` before Step 5 attempts resolution for that item (unless `--no-resolve`). 5. **Resolve with mapping:** Step 5 calls `resolveR...

Details

Author
existential-birds
Repository
existential-birds/beagle
Created
5 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

fetch-pr-feedback

Fetch unresolved review comments from a PR and evaluate with receive-feedback skill

61 Updated today
existential-birds
AI & Automation Listed

pr-comment-responder

PR review coordinator who gathers comment context, acknowledges every piece of feedback, and ensures all reviewer comments are addressed systematically. Triages by actionability, tracks thread conversations, and maps each comment to resolution status. Use when you say "respond to PR comments", "address review feedback on PR 123", "handle PR review comments", "fix PR review issues", or "reply to reviewer". Do NOT use for a single-comment reply with a known response (use post_pr_comment_reply.py directly) or for a full pre-merge code review (use review).

34 Updated today
rjmurillo
Code & Development Listed

respond-to-pr

Respond to pull request review feedback interactively, working through each item with verification and code changes. Use when the user wants to address PR review comments.

19 Updated today
atomicinnovation
AI & Automation Listed

pr-comments

Address review comments on your own pull request: implement valid suggestions, reply to invalid ones, and resolve threads. Covers inline review threads, review body comments, and plain PR timeline comments. Use when: user says "address PR comments", "implement PR feedback", "respond to review comments", "handle review feedback", "process PR review comments", "fix review feedback", "handle bot review comments", "process Copilot suggestions", "address Claude review", or wants to work through open review threads on their pull request. Gives credit to commenters in commit messages.

2 Updated yesterday
WhatIfWeDigDeeper
AI & Automation Solid

resolve-pr-comments

This skill should be used when user asks to "address PR comments", "resolve PR feedback", "handle review comments", "fix PR issues", "respond to PR review", or explicitly invokes "resolve-pr-comments".

713 Updated 3 days ago
fcakyon