cyberneticlibrary

Resolve code review feedback on PRs

gh-fix-pr-feedbackskillsetup L1381
majiayu000/claude-skill-registry
What it does

Address PR review feedback by making changes and replying to comments. Use when a PR has open review comments needing responses.

Best for

Systematically addressing PR review comments by implementing fixes and replying to each comment individually

Inputs
  • · PR number
  • · Review comments
  • · Requested code changes
Outputs
  • · Code changes committed
  • · Reply to each comment
  • · CI checks passing
Requires
  • · HTTP API
  • · git
  • · Shell scripts
  • · flutter_bloc package
Preconditions

PR has open review comments; gh CLI authenticated

Failure modes
  • · Comment ID invalid or missing
  • · Failed to distinguish PR-level vs review comments
  • · CI still failing after fixes
Trust signals
  • · Reply format template provided
  • · Error handling for common issues
  • · Verification checklist