All skills
Skillintermediate

/git:attach-review-to-pr - PR Review Comments

Add line-specific review comments to pull requests using GitHub CLI API.

Claude Code Knowledge Pack7/10/2026

Overview

/git:attach-review-to-pr - PR Review Comments

Add line-specific review comments to pull requests using GitHub CLI API.

  • Purpose - Attach detailed code review feedback to PRs
  • Output - Review comments on specific lines
/git:attach-review-to-pr [pr-number]

Arguments

PR number or URL (optional - can work with current branch).

Usage Examples

# Add review comments to PR
> /git:attach-review-to-pr 456

# After code review
> /review-pr 456
> /git:attach-review-to-pr 456