resolve-pr-feedback
Installation
SKILL.md
Resolve PR Review Feedback
Evaluate and fix PR review feedback, then reply and resolve threads. Spawns parallel agents for each thread.
Agent time is cheap. Tech debt is expensive. Fix everything valid -- including nitpicks and low-priority items. If we're already in the code, fix it rather than punt it.
Mode Detection
| Argument | Mode |
|---|---|
| No argument | Full -- all unresolved threads on the current branch's PR |
PR number (e.g., 123) |
Full -- all unresolved threads on that PR |
| Comment/thread URL | Targeted -- only that specific thread |
Targeted mode: When a URL is provided, ONLY address that feedback. Do not fetch or process other threads.