github-issues

Read, list, and query GitHub issues using MCP tools.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/sertaoseracloud/sertao --skill github-issues-sertaoseracloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/sertaoseracloud/sertao/tree/main/.agents/skills/github-issues
Command: npx skills add https://github.com/sertaoseracloud/sertao --skill github-issues-sertaoseracloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub issue management can be scattered across interfaces and scripts. This Skill centralizes read/write operations for issues, labels, milestones, and project associations using MCP tools and GitHub APIs, enabling consistent, repeatable workflows.

Core Features & Use Cases

  • Read issue details, list and search across repositories
  • Create, update, and link issues; manage labels, assignees, milestones
  • Manage sub-issues, dependencies, and project items via MCP wrappers

Quick Start

Create a new GitHub issue in your repository and apply a template using MCP tools.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I automate GitHub issue management with MCP?

You can manage GitHub issues using MCP tools to read, list, and query issues, while using gh api for writes like creating and updating. This centralizes issue details, labels, milestones, and project associations into consistent, repeatable workflows.

Can I create and link GitHub sub-issues using MCP tools?

Yes, you can create and link GitHub sub-issues using MCP wrappers. The Skill supports managing sub-issues, dependencies, and project items, allowing you to establish relationships across issues directly within your automated workflows.

What's the best way to query GitHub issues across repositories?

Query GitHub issues across repositories using MCP read tools like list_issues and search_issues. These tools surface issue details, labels, milestones, and project associations consistently across your target repositories.

Do I need GitHub repository access to manage issues with MCP?

Yes, you need access to the target GitHub repository to manage issues with MCP. The Skill uses MCP for read operations and gh api for writes, requiring appropriate repository permissions to automate issue workflows.

How do I manage GitHub issue labels and assignees programmatically?

Manage GitHub issue labels and assignees programmatically by using gh api for write operations. The Skill supports applying labels, setting assignees, and updating milestones through GitHub API calls wrapped in consistent automation workflows.

Does this Skill support GitHub project associations for issues?

Yes, it supports GitHub project associations for issues. You can manage project items and link issues to project boards using MCP wrappers and GitHub APIs, keeping issue tracking aligned with project milestones.