You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): specify PR number explicitly in gh pr comment commands
Update all slash commands to include the PR number from GitHub Actions
context variable when posting comments. This ensures Claude knows which
PR to comment on when running in CI.
Copy file name to clipboardExpand all lines: .claude/commands/link-review.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@ Provide a clear summary with:
28
28
29
29
If all links look good, provide a brief confirmation.
30
30
31
-
**IMPORTANT: Post your review as a comment on the pull request using the gh pr comment command.**
31
+
**IMPORTANT: Post your review as a comment on the pull request using the command: `gh pr comment ${{ github.event.pull_request.number }} --body "your review content"`**
Copy file name to clipboardExpand all lines: .claude/commands/model-check.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,4 @@ Then check:
16
16
17
17
Provide clear, actionable feedback on any issues found.
18
18
19
-
**IMPORTANT: Post your findings as a comment on the pull request using the gh pr comment command.**
19
+
**IMPORTANT: Post your findings as a comment on the pull request using the command: `gh pr comment ${{ github.event.pull_request.number }} --body "your findings"`**
Copy file name to clipboardExpand all lines: .claude/commands/notebook-review.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,4 @@ Provide a clear summary with:
41
41
- ⚠️ Suggestions for improvement
42
42
- ❌ Critical issues that must be fixed
43
43
44
-
**IMPORTANT: Post your review as a comment on the pull request using the gh pr comment command.**
44
+
**IMPORTANT: Post your review as a comment on the pull request using the command: `gh pr comment ${{ github.event.pull_request.number }} --body "your review"`**
0 commit comments