github-issues

Automate GitHub issue creation, updates, comments, and searches via MCP tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill reduces the manual effort of creating, updating, and tracking GitHub issues by routing tasks through the MCP server.

Core Features & Use Cases

  • Create new issues with structured bodies
  • Update existing issues (title, body, labels, milestones, assignees)
  • Fetch issue details and list issues across repositories
  • Add comments and search for issues

Quick Start

Use this skill to manage GitHub issues by calling MCP tools such as mcp__github__create_issue, mcp__github__update_issue, and mcp__github__get_issue. For example, to file a new bug, provide owner, repo, title, and body.

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 creation and updates across multiple repositories?

Automating GitHub issue creation and updates involves using MCP server tools to route tasks like creating issues, modifying titles, and adding labels across multiple repositories. This skill orchestrates actions like mcp__github__create_issue and mcp__github__update_issue to reduce manual tracking effort.

Can I manage GitHub issue labels, milestones, and assignees through automation?

Yes, managing GitHub issue labels, milestones, and assignees is possible through automation. The skill uses MCP tools such as mcp__github__update_issue to modify issue metadata, allowing you to add labels, assign milestones, and update assignees without manual repository navigation.

What is the best way to search and list GitHub issues across different repositories?

The best way to search and list GitHub issues across repositories is by using MCP server actions. This skill leverages tools like mcp__github__search_issues and mcp__github__list_issues to fetch issue details and aggregate tracking data from multiple repositories automatically.

Do I need an MCP server to streamline GitHub issue workflows?

Yes, an MCP server is required to streamline GitHub issue workflows using this skill. It relies entirely on MCP tools like mcp__github__get_issue and mcp__github__add_issue_comment to interact with GitHub repositories, meaning the MCP environment must be active to execute operations.

How do I add comments to existing GitHub issues using automated workflows?

Adding comments to existing GitHub issues is handled by the mcp__github__add_issue_comment tool. This skill orchestrates the MCP server to append structured comments to issue threads, enabling automated updates and communication within the issue management workflow.