resolve-pr-feedback

Installation
SKILL.md

Resolve PR Feedback

Process open review discussions in a GitHub pull request. Evaluate each for applicability and objective value. Fix valid feedback locally with conventional commits.

Input

$ARGUMENTS — GitHub PR URL (e.g., https://github.com/owner/repo/pull/123) or PR number for the current repository.

Parse owner, repo, and PR number from the URL. If a bare number, use the current repository context.

Workflow

  1. Checkout the PR branch
  2. Fetch all unresolved review threads
  3. Process each thread sequentially — evaluate, then act
  4. Report summary

Step 1: Checkout PR Branch

Related skills

More from jkappers/agent-skills

Installs
8
First Seen
Feb 20, 2026