Stats
Actions
Tags
From tea
Create Gitea/Forgejo issues — interactive or with flags for title, description, labels, assignees, milestone, and deadline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tea:create-issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
tea issues create # interactive
tea issues create --title "Fix bug" --description "Details" \
--labels "bug,frontend" --assignees "sh" --milestone "v1.0" --deadline "2025-03-01"
--labels accepts comma-separated label names--assignees accepts comma-separated usernames--deadline accepts date strings like 2025-03-01npx claudepluginhub deevus/tea-skills --plugin teaGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.