pr-review-actioner
Installation
SKILL.md
PR Review Actioner
Go through unresolved PR review comments, fix what should be fixed, and reply to the rest with a rationale.
Prerequisites
ghCLI is installed and authenticated- Current directory is a git repository with the PR branch checked out
- Working tree is clean (no uncommitted changes)
Workflow
1. Find the PR
Detect the PR from the current branch:
gh pr view --json number,url,headRefName,baseRefName
Related skills