Agent skill
issue-workflow
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".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/issue-workflow-chaoming-ww2-flutter-game
SKILL.md
GitHub Issue Workflow Manager
Instructions
Starting Work on an Issue
-
Fetch issue details:
bashgh issue view <number> --repo chaoming/ww2-flutter-game -
Add "in progress" comment:
bashgh 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:
bash
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:
bashgh issue comment <number> --repo chaoming/ww2-flutter-game \ --body "Blocked by: <reason>. Need: <what's needed>" -
If blocked by another issue, link them:
bashgh 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?