bms:resolve-pr-comments
Installation
SKILL.md
Resolve PR Review Comments
Review open review comments on a GitHub PR one at a time, agree a fix with the user, apply the change to the branch, commit, push to GitHub, and mark the comment thread as resolved.
Arguments
<PR-URL>: The GitHub PR URL to inspect (e.g., https://github.com/org/repo/pull/123)
If no PR URL is provided, prompt the user to provide one.
Prerequisites
ghCLI installed and authenticated
Workflow
1. Fetch open review comments
Use the gh CLI to fetch all review comments for the PR: