github-issues

Create, update, search, and comment on GitHub issues via MCP tools.

1|Updated Jan 30, 2023
One-click install
npx skills add https://github.com/ncksol/ravebot --skill github-issues-ncksol
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/ncksol/ravebot/tree/main/.github/skills/github-issues
Command: npx skills add https://github.com/ncksol/ravebot --skill github-issues-ncksol

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

GitHub issue management can be repetitive and error-prone across multiple repositories. This skill enables creating, updating, searching, commenting on, and organizing issues using MCP tools to streamline and scale workflows.

Core Features & Use Cases

  • Create new issues: mcp__github__create_issue
  • Update existing issues: mcp__github__update_issue
  • Fetch issue details: mcp__github__get_issue
  • Search issues: mcp__github__search_issues
  • Add comments: mcp__github__add_issue_comment
  • List repository issues: mcp__github__list_issues
  • Use cases: coordinating bug reports, feature requests, and task tracking across teams.

Quick Start

Ask the assistant to create a new issue in owner/repo with a clear title and body, or update an existing issue as needed.

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 across multiple repositories?โ–ผ

Automating GitHub issue creation across repositories uses MCP tools like mcp__github__create_issue to generate new issues with specified titles and bodies in a target owner/repo. This streamlines repetitive task tracking workflows and reduces manual entry errors.

Can I search and fetch existing GitHub issues across an organization?โ–ผ

Yes, you can search and fetch GitHub issues across an organization using mcp__github__search_issues and mcp__github__get_issue. These tools query specific repositories or scan the organization to retrieve detailed issue records and track bug reports.

Does this MCP approach support updating issue labels and milestones?โ–ผ

Yes, the MCP approach supports updating issue labels and milestones using mcp__github__update_issue. You can modify existing issues to assign or change labels, set milestones, and manage task organization across teams and repositories.

What is the best way to add comments to GitHub issues programmatically?โ–ผ

The best way to add comments to GitHub issues programmatically is using the mcp__github__add_issue_comment tool. It appends text to existing issues, enabling automated status updates and team communication directly on the issue thread without manual login.

How do I list all open issues in a specific GitHub repository?โ–ผ

You can list all open issues in a specific GitHub repository using the mcp__github__list_issues tool. This queries the target repository and returns current issue records, which helps coordinate bug reports and feature requests for team tracking.