From d16332e5526699f3f1f48e934ea4078ff2d01785 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Thu, 1 Jan 2026 10:26:41 +0100 Subject: [PATCH] Improve gitea skill description with trigger terms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The description now follows the documented pattern: 1. What it does: specific actions (view, create, manage) 2. When to use: trigger terms users would mention (issues, PRs, tea, gitea) This helps Claude know when to automatically apply the skill. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- skills/gitea/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gitea/SKILL.md b/skills/gitea/SKILL.md index 0e95823..af0a19f 100644 --- a/skills/gitea/SKILL.md +++ b/skills/gitea/SKILL.md @@ -1,6 +1,6 @@ --- name: gitea -description: Gitea CLI (tea) for issues, pull requests, and repository management +description: View, create, and manage Gitea issues and pull requests using tea CLI. Use when working with issues, PRs, viewing issue details, creating pull requests, adding comments, merging PRs, or when the user mentions tea, gitea, issue numbers, or PR numbers. --- # Gitea CLI (tea)