Files
tea-skill/README.md
zero 90e507bb3e Add tea skill for Claude Code
Full operability skill for the tea Gitea CLI — covers issues, PRs,
repos, releases, branches, actions, webhooks, notifications, orgs,
time tracking, and raw API access.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 21:56:06 +02:00

1.4 KiB

tea skill for Claude Code

A Claude Code skill that gives Claude full operability with tea — the official CLI for Gitea.

What it does

When installed, Claude will know how to use tea to:

  • Manage issues and pull requests (create, edit, review, merge, close)
  • Work with repositories (create, fork, migrate, search)
  • Handle releases and release assets
  • Manage branches, labels, and milestones
  • Monitor CI/CD actions (runs, logs, secrets, variables)
  • Configure webhooks
  • Track time on issues
  • Manage organizations
  • Read and act on notifications
  • Make raw authenticated API calls for anything else

Requirements

  • tea installed and accessible in $PATH
  • At least one login configured (tea logins add)

Installation

Option A — install the skill folder directly

Copy or symlink the tea/ directory into your Claude Code skills path:

cp -r tea ~/.claude/skills/

Or via a plugin that points at this repo.

Option B — clone and reference

git clone https://github.com/yourname/tea-skill

Then point your Claude Code config at the tea/ subdirectory.

Structure

tea/
├── SKILL.md                  # Main skill instructions
└── references/
    └── commands.md           # Full command & flag reference

License

MIT