fix(spawn-issues): add missing allowed-tools field
The spawn-issues skill was missing the allowed-tools field that was present in the old version. Without this field, the skill cannot execute bash commands, causing permission errors when trying to create worktrees or call scripts. Added: allowed-tools: Bash, Task, Read, TaskOutput Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,7 @@ description: >
|
||||
implementing multiple issues concurrently, or when user says /spawn-issues.
|
||||
model: claude-haiku-4-5
|
||||
argument-hint: <issue-number> [<issue-number>...]
|
||||
allowed-tools: Bash, Task, Read, TaskOutput
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user