Skip to content

Commit 1653c3b

Browse files
committed
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.
1 parent 0db9450 commit 1653c3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.claude/commands/link-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Provide a clear summary with:
2828

2929
If all links look good, provide a brief confirmation.
3030

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"`**

.claude/commands/model-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Then check:
1616

1717
Provide clear, actionable feedback on any issues found.
1818

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"`**

.claude/commands/notebook-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Provide a clear summary with:
4141
- ⚠️ Suggestions for improvement
4242
- ❌ Critical issues that must be fixed
4343

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

Comments
 (0)