refine-pr-review
SolidTriage a fetched PR review with the user, comment by comment, drafting each reply and producing a REQUIREMENTS file for the accepted code changes. Takes the PR-REVIEW file produced by fetch-pr-review. Invoke manually only.
Code & Development 46 stars
6 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Refine PR review
The **Refine** phase for review feedback: turn a `.PR-REVIEW.md` (from /fetch-pr-review; ask if
the path is ambiguous) into user-settled per-comment verdicts, drafted replies, and a REQUIREMENTS
file covering the accepted code changes. Triage and replies are settled here; the plan and execute
phases see only code changes.
## Verdicts
- **address**: the change enters the requirements in full; the reply stays a canned one-liner
("fixed", "good catch, thanks").
- **partial**: part of the change is accepted into the requirements, and the reply explains what
was done and what was kept and why.
- **push back**: no code change; the reply carries the reason.
## Phase 1 — triage every comment with the user
Read the code behind each comment first: verify its premise against the current codebase, never
judging from the quoted hunk alone. Then form a recommendation — verdict, reasoning, and (for
partial and push back) a draft reply. Nothing is decided silently:
- **Contentious ones one at a time**: every comment recommended partial or push back, or
uncertain, is its own question carrying recommendation, reasoning, and draft reply.
- **Obvious ones as one batch**: then list the comments recommended address or no action for a
single confirmation; the user can pull any item out for individual discussion.
Per comment type:
- Open/active human threads → full triage.
- **Outdated** → code check first; when the concern is moot in the current code, recommend "n...
Details
- Author
- eai-org
- Repository
- eai-org/agent-toolkit
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
triage-reviews
Fetch PR review comments, verify each against real code/docs, fix valid issues, commit and push
3,433 Updated today
stickerdaniel Code & Development Listed
review-pr-comments
Manual-only cleanup of actual feedback on an existing PR: verify comments, batch valid in-scope fixes, respond, and leave the PR merge-ready.
3 Updated today
hcaiano Code & Development Solid
fetch-pr-review
Fetch all reviewer comments from a pull request URL (GitHub, Azure DevOps, …) and save them as a self-contained markdown PR-REVIEW file in the task's planning directory. Fetch only — no fixing or replying.
46 Updated today
eai-org