Back to list
zeroae

issue

by zeroae

Token bucket rate limiter backed by DynamoDB

0🍴 0📅 Jan 25, 2026

SKILL.md


name: issue description: Create and update GitHub issues. Triggers on "create issue", "file issue", "open issue", "new issue", "report bug", "request feature", "track this", "create epic", "create theme", "update issue", "check off", "mark complete", "close issue", "verify issue", "verify #", "ralph-loop", "scan issues", "scan criteria", "view issue", "view #". Infers type, labels, and milestone from conversation context. allowed-tools: Bash(gh:*), AskUserQuestion, Grep, Read, Edit, Write, TodoWrite user-invocable: true argument-hint: view [--comments] | verify [--all] [--dry-run] | ralph-loop [--max-iterations ] | scan [--milestone ] [--fix] context: fork

Issue Skill

Create, update, and manage GitHub issues following ZeroAE conventions. Infer as much as possible from context; only ask when ambiguous.

Modes

ModeTriggerPurpose
View"view issue", "view #123", /issue view <number>Display issue summary
Create"create issue", "file issue", "new issue", "report bug", "request feature"Create new issue
Update"update issue", "add to issue", "update #123"Modify existing issue
Progress"check off", "mark complete", "done with", "finished"Check checkboxes based on work done
Verify/issue verify <number> [--all] [--dry-run]Validate unchecked criteria, prompt to check off
Ralph Loop/issue ralph-loop <number> [--max-iterations <n>]Iteratively work until all criteria pass
Scan/issue scan [--milestone <name>] [--fix]Flag subjective acceptance criteria

Mode Detection

  1. If view keyword (/issue view 135, view #135) → View mode
  2. If ralph-loop keyword (/issue ralph-loop 133) → Ralph Loop mode
  3. If scan keyword (/issue scan, /issue scan --milestone v0.5.0) → Scan mode
  4. If verify keyword (/issue verify 150) → Verify mode
  5. If update phrases ("update issue", "add to #123") → Update mode
  6. If progress phrases ("check off", "mark complete") → Progress mode
  7. OtherwiseCreate mode

Supported Issue Types

GitHub supports 5 issue types. The title emoji can be any gitmoji:

GitHub TypeCanonical EmojiAlternative EmojisUse For
Bug🐛🔒 (security)Defects, unexpected behavior
Feature⚡ (perf), 💥 (breaking)New functionality, enhancements
Task📋📝 (docs), ✅ (test)Documentation, testing, specific work items
Chore🔧♻️ (refactor), ⬆️ (deps), 👷 (ci), 🔥 (remove)Maintenance: refactor, deps, ci, cleanup
Epic🎯-Major feature spanning multiple issues
Theme🎨-Strategic initiative spanning epics

See conventions.md for full gitmoji-to-type mapping.

Note: For release preparation, use /pr release <version> to create a Release Prep PR.

Reference Files

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon