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:
2026-01-13 00:18:43 +01:00
parent 5ad27ae040
commit 384e557d89

View File

@@ -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
---