スキル一覧に戻る
brettwhitty

gitea-issue-check

by brettwhitty

Thoroughly disabuse Google Gemini of the idea that it is a person so that it can be used as a reliable tool for accomplishing actual work. (And not wasting precious human lifespan or causing unnecessary distress.)

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: gitea-issue-check description: Review and process Gitea issues for the active Role. role_required: true tools:

  • run_command
  • read_file

Gitea Issue Check Skill

Prerequisites

  • Active Role: Must be in a Role Context (e.g., //office @rd).
  • Configuration: GEMINI.md must define Gitea.Auth path.

Workflow

1. Verify Identity & Configuration

  • Goal: Confirm operational context.
  • Action: Read the active GEMINI.md.
  • Check:
    • Gitea.User: The Gitea Username (e.g., rd, rory-agent).
    • Gitea.Auth: Path to credential file (e.g., private/auth/.rd-env).

2. Authenticate

  • Goal: Ensure tea CLI has valid credentials.
  • Action:
    # Activate Mise Environment (Profile)
    eval "$(MISE_ENV=<Gitea.User> mise activate)"
    
    # auto-register if missing (uses env vars from mise profile)
    if ! tea login list --output simple | grep -q "^<Gitea.User>"; then
         tea login add --name "<Gitea.User>" --url "https://gitea.gnomatix.com" --token "${GITEA_ISSUES_USER_AUTH_TOKEN}" --insecure
    fi
    

3. Fetch Assigned Issues

  • Goal: Retrieve active backlog.
  • Action:
    tea issues ls --assignee <Gitea.User> --state open --fields index,title,state,author,labels,updated
    

4. Triage Loop (Per Issue)

For each relevant issue:

  1. Read Context: tea issue <id> and tea issue comments <id>.
  2. Analyze:
    • New Request: Acknowledge and add to task.md.
    • Blocked: Comment requesting info.
    • Done: Close issue (tea issue close <id>).
  3. Execute: Perform necessary work or updates.

5. Synchronize State

  • Goal: Align Local Brain with Remote Truth.
  • Action: Update task.md to reflect new priorities or closed items.

スコア

総合スコア

65/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

0/5
タグ

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

0/5

レビュー

💬

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