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
This commit is contained in:
Alex Notov
2025-09-08 08:43:35 -06:00
parent 46c5717029
commit 4cb0d11969
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
---
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
description: Review links in changed files for quality and security issues
---

View File

@@ -1,4 +1,5 @@
---
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
description: Validate Claude model usage against current public models
---

View File

@@ -1,4 +1,5 @@
---
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
description: Comprehensive review of Jupyter notebooks and Python scripts
---