github-issues

Create, update, and query GitHub issues via the GitHub API.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ajilantony/copilot-agentops --skill github-issues-ajilantony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/ajilantony/copilot-agentops/tree/main/skills/github-issues
Command: npx skills add https://github.com/ajilantony/copilot-agentops --skill github-issues-ajilantony

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, updating, and management of GitHub issues, reducing the manual effort required for bug tracking, feature requests, and task management.

Core Features & Use Cases

  • Issue Creation: Quickly create new issues with predefined templates for bugs, features, or tasks.
  • Issue Updates: Modify existing issues by changing titles, bodies, labels, assignees, or states.
  • Issue Management: Search and list issues within a repository.
  • Use Case: A developer needs to report a bug found during testing. They can use this skill to create a detailed bug report issue in the project's GitHub repository, including steps to reproduce and environment details.

Quick Start

Use the github-issues skill to create a new bug report issue in the 'copilot-agentops' repository owned by 'github' with the title 'Fix login button alignment'.

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 for bug tracking and feature requests?

Automating GitHub issue creation involves using the GitHub API via MCP tools to submit structured bug reports or feature requests. You need the repository owner, name, title, and body to create an issue with labels, assignees, and milestones.

What information is required to update existing GitHub issues through an API?

Updating existing GitHub issues through the API requires the specific issue number. You can then modify titles, bodies, labels, assignees, or states to manage project tasks and bug tracking efficiently.

Can I search and list GitHub issues within a specific repository?

Yes, you can search and list GitHub issues within a repository by querying the GitHub API. This allows developers to manage and track project tasks, bug reports, and feature requests efficiently.

Does managing GitHub issues via API support predefined templates for tasks?

Managing GitHub issues via API supports predefined templates for bugs, features, or tasks. This streamlines issue creation by structuring the body with necessary details like steps to reproduce and environment configurations.

What are the limitations of using MCP tools for GitHub issue management?

GitHub issue management via MCP tools requires knowing the exact repository owner, name, and issue numbers for updates. It relies on GitHub API constraints, meaning actions are limited to creation, updating, and querying issues.

How does automated GitHub issue management compare to manual project management?

Automated GitHub issue management reduces manual effort by directly interacting with the API to create, update, and query issues. It provides structured reporting for bugs and features, unlike manual project management tracking.