skills/github/SKILL.md
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.
npx skillsauth add kenzik/agent-config githubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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"
development
Manage git worktrees for parallel development. Use to work on multiple branches simultaneously without stashing or switching contexts.
tools
Manage tmux sessions for background processes. Use to run long-running commands, manage multiple terminals, and capture output from background processes.
tools
Create new Agent Skills for Claude Code. Use when user wants to create a skill, add a new capability, document a CLI workflow, or asks how skills work.
development
Use Gemini AI for research, analysis, summarization, web search, and complex reasoning. Use when you need AI-powered research, code analysis, content summarization, or web search with synthesis.