github-issues

Read, search, create, and update GitHub issues via REST/GraphQL.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/soham2008xyz/trade-tycoon --skill github-issues-soham2008xyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/soham2008xyz/trade-tycoon/tree/main/.agents/skills/github-issues
Command: npx skills add https://github.com/soham2008xyz/trade-tycoon --skill github-issues-soham2008xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It streamlines GitHub issue triage by letting you create, update, and organize issues with the right type, labels, milestones, assignees, and relationships without manually navigating GitHub.

Core Features & Use Cases

  • Issue discovery: Read details, list issues by filters, and search issues to find what already exists.
  • Issue creation & updates: Create new issues and update existing ones (typically via GitHub REST/GraphQL using gh api) including closing issues and adjusting metadata like labels, assignees, and milestones.
  • Planning structure: Add supporting workflow metadata such as issue types, link issues, and manage blocked-by/blocking relationships; also use templates for consistent bodies.
  • Use cases: File bug reports, request features, convert user requests into structured tasks, set priority/start dates (when supported), and keep related work connected with dependencies.

Quick Start

Create a GitHub bug issue for a reported crash by using the issue-creation flow and providing a clear title and a templated body based on the bug report format.

Frequently Asked Questions about github-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and manage GitHub issues with labels, milestones, and assignees?

To create and manage GitHub issues, the skill uses `gh api` to write issue metadata like labels, assignees, and milestones. It also uses MCP GitHub tooling to read, list, and search existing issues to avoid duplicates.

What's the best way to triage and search existing GitHub bug reports?

Searching existing GitHub bug reports requires MCP GitHub issue read/list/search tooling for retrieval. You can filter issues, read details, and find existing bug reports to avoid duplicates before creating new ones.

Can I link GitHub issues with blocked-by or blocking dependency relationships?

Yes, you can link GitHub issues with blocked-by or blocking dependency relationships. The skill manages issue links and dependencies, allowing you to connect related work and maintain planning structure across tasks.

Do I need MCP GitHub tooling to read and list issues, or can I use gh api?

You need MCP GitHub tooling for reading, listing, and searching issues. The `gh api` is used separately for write operations such as creating, updating, commenting, and advanced issue-type handling.

How to convert user requests into structured GitHub tasks with issue types?

To convert user requests into structured GitHub tasks, you create issues with workflow metadata like issue types and templates. You use `gh api` for creation, applying templates for consistent bodies and setting task priority.