Skip to content

Commit e5f0be5

Browse files
committed
description how to run locally with symlink
1 parent 7f09d4d commit e5f0be5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

backend/scripts/show-pr-review

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ show-pr-comments <PR-number>
44
55
Fetch and display all review comments on a GitHub PR, grouped by reviewer.
66
Requires: gh CLI (authenticated).
7+
8+
Displays PR review comments in the terminal, grouped by reviewer, with clickable file:line links that open the file locally in VS Code.
9+
10+
```bash
11+
ln -s "$(pwd)/scripts/show-pr-comments" ~/.local/bin/show-pr-comments
12+
```
13+
14+
Then run from any directory:
15+
16+
```bash
17+
show-pr-comments 921
18+
```
19+
20+
Requires the `gh` CLI (authenticated). Override the editor with `SHOW_PR_EDITOR=cursor` (or `subl`).
21+
722
"""
823

924
import json

0 commit comments

Comments
 (0)