mirror of
				https://github.com/anthropics/claude-cookbooks.git
				synced 2025-10-06 01:00:28 +03:00 
			
		
		
		
	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:
		| @@ -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 | ||||
| --- | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| --- | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| --- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Notov
					Alex Notov