From 384e557d89415025cdd17a7d1465a495b245dab4 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Tue, 13 Jan 2026 00:18:43 +0100 Subject: [PATCH] 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 --- skills/spawn-issues/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/spawn-issues/SKILL.md b/skills/spawn-issues/SKILL.md index 5669c4e..e05ed10 100644 --- a/skills/spawn-issues/SKILL.md +++ b/skills/spawn-issues/SKILL.md @@ -5,6 +5,7 @@ description: > implementing multiple issues concurrently, or when user says /spawn-issues. model: claude-haiku-4-5 argument-hint: [...] +allowed-tools: Bash, Task, Read, TaskOutput user-invocable: true ---