スキル一覧に戻る
aiskillstore

gitea

by aiskillstore

giteaは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

102🍴 3📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: gitea description: "Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance."

Gitea CLI (tea)

When to Use This Skill

Use tea for Gitea repositories. To detect Gitea, check if the remote is not GitHub or GitLab:

git remote -v

If the remote doesn't contain github.com or gitlab, it may be a Gitea instance.

Before Any Operation

Always verify authentication first:

tea login list

If not authenticated, guide the user to run tea login add.

Behavioral Guidelines

  1. Creating PRs: Always check for uncommitted changes first with git status
  2. CI Operations: Check pipeline status before triggering new runs
  3. Use --output: For machine-readable output, use -o json or -o yaml

Command Reference

Pull Requests

ActionCommand
Createtea pr create --title "Title" --description "Desc"
Listtea pr list
Viewtea pr view <id>
Checkouttea pr checkout <id>
Mergetea pr merge <id>

Issues

ActionCommand
Createtea issue create --title "Title" --body "Desc"
Listtea issue list
List opentea issue list --state open
Viewtea issue view <id>
Closetea issue close <id>
Commenttea issue comment <id> "Comment"

Repository

ActionCommand
Clonetea repo clone <owner/repo>
Forktea repo fork <owner/repo>

Output Formats

For JSON output (useful for scripting):

tea issue list -o json
tea pr list -o json

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

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