From d4427a4fb7a4f7a62df9e47e590334a7c2dced49 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Fri, 10 Jul 2026 14:09:47 +0200 Subject: [PATCH] chore(skills): allow the pr skill to be model-invoked Remove disable-model-invocation so Claude can run the /pr workflow directly (e.g. after implementing an issue), not only on an explicit user invocation. --- .claude/skills/pr/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/skills/pr/SKILL.md b/.claude/skills/pr/SKILL.md index 09cfac83..48b023bb 100644 --- a/.claude/skills/pr/SKILL.md +++ b/.claude/skills/pr/SKILL.md @@ -3,7 +3,6 @@ name: pr description: Push branch and create a GitHub PR with concise, issue-linked description user-invocable: true argument-hint: "[#issue]" -disable-model-invocation: true allowed-tools: Bash, Read, Grep, Glob ---