Commit c72366a
committed
List required env vars for
The `Get the reviews` section previously said only "Replace
`$VARIABLES` with the actual values or variables in the command", which
left readers to open `fetch_reviews.sh` to discover which variables the
script actually expects.
Replace that single line with two complementary blocks:
- A one-line invocation example pre-filling all five required
variables (`PR_NUMBER`, `NUMBER_OF_PR_COMMENTS`,
`NUMBER_OF_REVIEWS`, `NUMBER_OF_THREADS`,
`NUMBER_OF_COMMENTS_PER_THREAD`) plus the optional `LAST_CURSOR`.
- A bullet list explaining what each variable controls.
The script itself is unchanged — its fail-fast guards already cover
missing values.
Addresses:
- #765 (comment)
Assisted-by: Claude Code:claude-opus-4-7fetch_reviews.sh in SKILL.md1 parent c479e9c commit c72366a
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
36 | 53 | | |
37 | 54 | | |
38 | 55 | | |
| 56 | + | |
39 | 57 | | |
40 | 58 | | |
41 | 59 | | |
| |||
0 commit comments