review-pr-comments
SolidOn-demand review cleanup for an existing PR that has actual feedback: verify each comment, apply valid in-scope fixes in one batched round, respond where useful, and leave the PR merge-ready. Only runs when the user explicitly invokes review-pr-comments.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- hcaiano
- Repository
- hcaiano/skills
- Created
- 2 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
review-pr
Automated PR review loop. Triggers reviewer bot comments (Copilot, Gemini, Codex, Claude), classifies each review comment, and escalates business questions as clearance requests. Run `/review-pr setup` on first use.
refine-pr-review
Triage a fetched PR review with the user, comment by comment — address, partial, or push back — 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.
review-pr-comments
Fetch PR review comments via gh CLI, classify them (valid & fix / valid & skip / invalid), fix the valid ones, reply and resolve the threads, and fix any CI failures. Invoke only when the user types /review-pr-comments — never auto-trigger.