From 115c4ab302b837c4f149f9879e894f80964f3ef2 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Wed, 31 Dec 2025 19:57:57 +0100 Subject: [PATCH] Add allowed-tools to gitea skill for automatic permission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the gitea skill is active, Claude can now use tea CLI commands without asking permission. This enables smoother workflow when using commands like /work-issue that rely on the gitea skill. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- skills/gitea/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/gitea/SKILL.md b/skills/gitea/SKILL.md index 0e95823..4f72577 100644 --- a/skills/gitea/SKILL.md +++ b/skills/gitea/SKILL.md @@ -1,6 +1,7 @@ --- name: gitea description: Gitea CLI (tea) for issues, pull requests, and repository management +allowed-tools: Bash(tea:*) --- # Gitea CLI (tea)