Address GitHub PR review comments
feedbackcommandsetup L2★11
phatblat/dotfiles ↗What it does
Fetch and resolve GitHub PR review comments
Best for
When you have GitHub review feedback and want to apply fixes and mark comments resolved
Inputs
- · PR_URL or comment_URL
- · optional: branch_name_inferred_from_cwd
Outputs
- · addressed_comments
- · resolved_issues
- · new_commits
Requires
- · gh PR API
- · git
- · grep
Preconditions
PR exists; user has git push access; gh authenticated
Failure modes
- · PR not found
- · No unresolved comments
- · git push fails
Trust signals
- · Auto-detects current branch's PR if no URL given
- · Processes unresolved comments only