Skip to content

Commit 4cb0d11

Browse files
committed
fix(ci): add allowed_tools to slash commands for PR commenting
Based on maintainer feedback, slash commands need allowed_tools specified to enable PR commenting. Added gh pr tools for: - gh pr comment: Post comments to PR - gh pr diff: View PR diff - gh pr view: View PR details
1 parent 46c5717 commit 4cb0d11

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.claude/commands/link-review.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
23
description: Review links in changed files for quality and security issues
34
---
45

.claude/commands/model-check.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
23
description: Validate Claude model usage against current public models
34
---
45

.claude/commands/notebook-review.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
23
description: Comprehensive review of Jupyter notebooks and Python scripts
34
---
45

0 commit comments

Comments
 (0)