---
title: "/git:attach-review-to-pr - PR Review Comments"
description: "Add line-specific review comments to pull requests using GitHub CLI API."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/attach-review-to-pr
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:08:00.169Z
license: CC-BY-4.0
attribution: "/git:attach-review-to-pr - PR Review Comments — Claudary (https://claudary.paisolsolutions.com/skills/attach-review-to-pr)"
---

# /git:attach-review-to-pr - PR Review Comments
Add line-specific review comments to pull requests using GitHub CLI API.

## 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

```bash
/git:attach-review-to-pr [pr-number]
```

## Arguments

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

## Usage Examples

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

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

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/attach-review-to-pr) · https://claudary.paisolsolutions.com
