← スキル一覧に戻る

issue-workflow
by chaoming
⭐ 1🍴 0📅 2025年12月30日
SKILL.md
name: issue-workflow description: Manage GitHub issues workflow - update status, add comments, create follow-ups. Use when starting work on an issue, completing an issue, or encountering blockers. Triggers on "issue", "close issue", "update issue", "blocked". allowed-tools: Bash, Read
GitHub Issue Workflow Manager
Instructions
Starting Work on an Issue
-
Fetch issue details:
gh issue view <number> --repo chaoming/ww2-flutter-game -
Add "in progress" comment:
gh issue comment <number> --repo chaoming/ww2-flutter-game --body "Started working on this issue."
Completing an Issue
- Ensure all acceptance criteria are met
- Close the issue with a summary:
gh issue close <number> --repo chaoming/ww2-flutter-game --comment "Completed. Summary of changes: ..."
Creating Follow-up Issues
If work reveals additional tasks:
gh issue create --repo chaoming/ww2-flutter-game \
--title "Follow-up: <title>" \
--label "<label>" \
--body "Discovered while working on #<parent-number>. ..."
Handling Blockers
-
Add blocker comment:
gh issue comment <number> --repo chaoming/ww2-flutter-game \ --body "Blocked by: <reason>. Need: <what's needed>" -
If blocked by another issue, link them:
gh issue comment <number> --repo chaoming/ww2-flutter-game \ --body "Blocked by #<blocking-issue>"
Project Labels
foundation- M1: Foundation phasecore-gameplay- M2: Core gameplay phasecombat-ai- M3: Combat & AI phasepolish- M4: Polish & Modes phasemodels- Data modelsui- User interfacegame-logic- Game logic & mechanicsai- AI opponent
スコア
総合スコア
50/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です