← Back to list

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📅 Jan 21, 2026
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.mdmust defineGitea.Authpath.
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
teaCLI 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:
- Read Context:
tea issue <id>andtea issue comments <id>. - Analyze:
- New Request: Acknowledge and add to
task.md. - Blocked: Comment requesting info.
- Done: Close issue (
tea issue close <id>).
- New Request: Acknowledge and add to
- Execute: Perform necessary work or updates.
5. Synchronize State
- Goal: Align Local Brain with Remote Truth.
- Action: Update
task.mdto reflect new priorities or closed items.
Score
Total Score
65/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon