.clinerules/workflows/address-pr-comments.md
Review and address all comments on the current branch's PR.
Get the current branch name and find the associated PR:
gh pr view --json number,title,body
Understand the PR context:
git diff origin/main...HEADFetch all PR comments:
gh api repos/{owner}/{repo}/pulls/{pr_number}/commentsgh pr view {pr_number} --json comments,reviewsPresent a summary of all comments with your recommendation for each (apply, skip, or respond). Ignore bot noise (release automation, CI status, etc.).
Wait for my approval before proceeding.
After approval: