Manage GitHub issues using gh CLI - create, list, view, update, close, and assign issues. Use when working with GitHub issues, bug tracking, or project management tasks.
Complete GitHub issue management using the gh CLI tool. This Skill provides comprehensive capabilities for creating, viewing, updating, and managing GitHub issues.
For detailed instructions on each operation, see:
/create-issue or ask me to create oneREQUIRED: Before executing ANY GitHub issue operations, you MUST load the relevant reference file(s) using the Read tool. These references contain essential command patterns, parameters, and workflows that are NOT included in this overview.
When the user asks to work with GitHub issues:
CREATE_ISSUE.md FIRSTLIST_ISSUES.md FIRSTVIEW_ISSUE.md FIRSTUPDATE_ISSUE.md FIRSTCLOSE_ISSUE.md FIRSTASSIGN_ISSUE.md FIRSTDO NOT attempt to execute GitHub issue commands without first loading and reading the relevant reference documentation.
--body-file for issue bodies to avoid shell escaping issues$$ in temp file names to avoid conflicts (expands to process ID)User: "I found a bug where login fails with special characters"
Me: *Creates issue with details from conversation*
User: "Show me all open bugs assigned to alice"
Me: gh issue list --state open --label bug --assignee alice
User: "Add high-priority label to issue #123"
Me: gh issue edit 123 --add-label "high-priority"
User: "Close issue #456, it was fixed in the last PR"
Me: gh issue close 456 --comment "Fixed in PR #789"
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer