pr-sweep
Installation
SKILL.md
PR Sweep
Triage unresolved GitHub PR review threads: auto-resolve comments already addressed by current code, reply with context, and create actionable tasks for remaining items.
Prerequisites
Verify before starting:
- A PR exists for the current branch
- The
ghCLI is authenticated
gh pr view --json number,url,title,baseRefName,headRefName 2>/dev/null || echo "NO_PR"
If no PR exists, report this and stop.