What problem does it solve? Managing GitHub issues through an AI agent requires knowing which operations the GitHub MCP server supports and which require the REST or GraphQL API. This Skill provides the exact commands, templates, and workflows for creating, updating, searching, and organizing issues without trial and error. ## Core Features & Use Cases - Issue Creation and Updates: Create bug reports, feature requests, and tasks via gh api with support for issue types, labels, assignees, and milestones, using structured body templates. - Advanced Organization: Manage sub-issues, blocked-by/blocking dependencies, custom issue fields (dates, priority), and Projects V2 boards through documented REST and GraphQL patterns. - Powerful Search: Query issues across repos with boolean logic, date ranges, and issue-field filters using MCP search tools or advanced search via gh api. - Use Case: A user asks to file a bug for a login crash. The Skill creates the issue with type=Bug, a structured body from the bug report template, and returns the issue URL. ## Quick Start Ask the agent to create a GitHub issue describing your bug or feature request, specifying the repository and any labels or priority you want set.