Skip to content

Commit ae866f4

Browse files
committed
Disable Allowed-tools in regression-test skill
1 parent 8337a4f commit ae866f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/regression-test/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: regression-test
33
description: Add a regression test for an already-fixed PHPStan bug given a GitHub issue number
44
argument-hint: "[issue-number]"
5-
allowed-tools: Read, Grep, Glob, Write, Edit, Bash(curl *), Bash(gh *), Bash(git *), Bash(make tests), Bash(vendor/bin/phpunit *), Bash(php *)
5+
#allowed-tools: Read, Grep, Glob, Write, Edit, Bash(curl *), Bash(gh *), Bash(git *), Bash(make tests), Bash(vendor/bin/phpunit *), Bash(php *)
66
---
77

88
# Adding a regression test for a fixed PHPStan bug

0 commit comments

Comments
 (0)