Skip to content

Commit 0db9450

Browse files
committed
fix(ci): explicitly instruct Claude to post PR comments
Add explicit instruction to use 'gh pr comment' command to post reviews to the PR. Claude was performing reviews but not posting them without this explicit direction.
1 parent 2301339 commit 0db9450

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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-
Format your response as a helpful PR review comment.
31+
**IMPORTANT: Post your review as a comment on the pull request using the gh pr comment command.**

.claude/commands/model-check.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Then check:
1414
3. Flag any internal/non-public model names
1515
4. Suggest using aliases ending in -latest for better maintainability
1616

17-
Provide clear, actionable feedback on any issues found.
17+
Provide clear, actionable feedback on any issues found.
18+
19+
**IMPORTANT: Post your findings as a comment on the pull request using the gh pr comment command.**

.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-
Format your response as a helpful PR review comment.
44+
**IMPORTANT: Post your review as a comment on the pull request using the gh pr comment command.**

0 commit comments

Comments
 (0)