We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f09d4d commit e5f0be5Copy full SHA for e5f0be5
1 file changed
backend/scripts/show-pr-review
@@ -4,6 +4,21 @@ show-pr-comments <PR-number>
4
5
Fetch and display all review comments on a GitHub PR, grouped by reviewer.
6
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
17
+show-pr-comments 921
18
19
20
+Requires the `gh` CLI (authenticated). Override the editor with `SHOW_PR_EDITOR=cursor` (or `subl`).
21
22
"""
23
24
import json
0 commit comments