スキル一覧に戻る
gaarutyunov

tea-cli

by gaarutyunov

0🍴 0📅 2025年12月23日
GitHubで見るManusで実行

SKILL.md


name: tea-cli description: Use when interacting with Gitea via command line - managing issues, PRs, releases, repos, or any git forge operations with tea CLI

Tea CLI for Gitea

Overview

Tea is the official CLI for Gitea. Use it for quick operations, scripting, and CI/CD workflows. For complex automation or custom integrations, use the gitea:go-sdk skill instead.

Quick Setup

# Install
brew install tea  # or: go install code.gitea.io/tea@latest

# Authenticate
tea login add --name myserver --url https://gitea.example.com --token YOUR_TOKEN

See references/authentication.md for detailed auth options.

Quick Reference

TaskCommand
Issues
List issuestea issues
Create issuetea issues create --title "Bug" --body "Details"
Close issuetea issues close 123
Pull Requests
List PRstea pr
Create PRtea pr create --head feature --base main
Checkout PRtea pr checkout 45
Merge PRtea pr merge 45
Review PRtea pr review 45 --approve
Releases
List releasestea releases
Create releasetea release create --tag v1.0.0 --title "Release"
Upload assettea release assets create --tag v1.0.0 FILE
Repos
List repostea repos
Create repotea repos create --name myrepo
Clone repotea clone owner/repo
Fork repotea repos fork owner/repo

Command Categories

See references/commands.md for complete command reference:

  • Issues & comments
  • Pull requests & reviews
  • Releases & assets
  • Repositories & branches
  • Labels, milestones, organizations
  • Webhooks, notifications, time tracking
  • Actions (secrets/variables)

Common Workflows

See references/workflows.md for patterns:

  • Feature branch to merged PR
  • Release with assets
  • Issue triage
  • Multi-instance management

Output Formats

tea issues --output json    # JSON
tea issues --output yaml    # YAML
tea issues --output csv     # CSV
tea issues --output simple  # Plain text

Repository Context

Tea auto-detects repo from current directory's git remote. Override with:

tea issues --repo owner/repo
tea issues --login myserver  # specific Gitea instance

Common Mistakes

ProblemSolution
"not logged in"Run tea login add first
Wrong repo contextUse --repo owner/repo flag
Can't find PRCheck --state flag (open/closed/all)
Token expiredRe-run tea login add with new token

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です