github-issues

Create, triage, label, and assign GitHub issues via REST API.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shuff57/agent-evo --skill github-issues-shuff57
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/shuff57/agent-evo/tree/main/skills/.archive/topics-2026-05-10/github/github-issues
Command: npx skills add https://github.com/shuff57/agent-evo --skill github-issues-shuff57

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, curl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, triaging, labeling, and managing GitHub issues, enhancing productivity for developers and project managers.

Core Features & Use Cases

  • Issue Creation: Generate new issues with detailed descriptions and labels.
  • Issue Management: Triage, label, assign, and comment on existing issues.
  • Integration: Seamlessly integrates with GitHub API for maximum efficiency.
  • Use Case: For project managers, this Skill enables quick issue tracking and resolution, ensuring that every issue is addressed promptly.

Quick Start

Create a new issue for a bug in your project using 'create_issue "Report a bug" with "Description of the bug" label "bug" assignee "username"'.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I manage GitHub issues in bulk?

To manage GitHub issues in bulk, you can use this Skill to automate triage, labeling, and assignment via commands or the REST API. It is optimized for bulk operations, allowing you to process multiple issues efficiently.

Can I create and assign GitHub issues using the command line?

Yes, you can create and assign GitHub issues from the command line using 'create_issue' with parameters for title, description, label, and assignee. This streamlines issue generation without needing the web interface.

Do I need GitHub authentication to triage issues through the API?

Yes, GitHub authentication is required to triage issues through the API. The Skill handles different issue states and performs operations like labeling and commenting, but you must authenticate first.

What's the best way to automate bug tracking on GitHub?

Automating bug tracking on GitHub is best done by integrating gh, curl, and python3 to handle issue creation, triage, and labeling. This approach enhances productivity for developers managing project workflows.

Does this GitHub issue management tool work with existing project workflows?

Yes, this GitHub issue management tool integrates with existing project workflows via the GitHub API. It enables project managers to track and resolve issues promptly within their current development cycle.

Are there limitations when using gh and curl for issue triage?

When using gh and curl for issue triage, limitations depend on GitHub's API rate limits and authentication scopes. Bulk operations are supported, but complex custom workflows might require additional python3 scripting.