github-issues

Automate GitHub Issues creation, updates, milestones, and sub-issues via REST API.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Z1-Test/temp-dhruvil-st15 --skill github-issues-z1-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/Z1-Test/temp-dhruvil-st15/tree/main/.github/skills/github-issues
Command: npx skills add https://github.com/Z1-Test/temp-dhruvil-st15 --skill github-issues-z1-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of GitHub Issues, automating tasks such as creation, triage, milestone assignment, and sub-issue hierarchy.

Core Features & Use Cases

  • Lifecycle Management: Automate the entire lifecycle of GitHub Issues.
  • Creation and Updates: Open new issues, close completed ones, and update descriptions.
  • Planning and Triage: Create and list milestones, assign issues to milestones, and assign users or Copilot for triage.
  • Exploration: Search specific issues, read comments, and list issue types.
  • Hierarchy: Create and manage sub-issues for tracking tasks.
  • Dependencies: Manage explicit blocking relationships using the GitHub REST API.

Quick Start

Create a new issue in the 'Beta' milestone with the type 'Bug' by using the command: create_issue("Bug: Login fails on Safari", "Beta", "Bug").

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 Issues lifecycle management for my repository?

Automate GitHub Issues lifecycle management by using the GitHub REST API to handle issue creation, updates, milestone assignment, search, and sub-issue hierarchy. This approach streamlines administrative workflows and issue tracking in software development.

Can I create and manage sub-issues and blocking dependencies in GitHub?

Yes, you can manage sub-issues for tracking tasks and handle explicit blocking relationships using the GitHub REST API. This allows you to create structured issue hierarchies and manage dependencies efficiently.

What is the best way to assign issues to milestones and triage them?

The best way to assign issues to milestones and triage them is by using GitHub REST API automation to create, list milestones, and assign users or Copilot for triage, ensuring precise issue tracking and planning.

Does this approach require any external dependencies to manage GitHub Issues?

No external dependencies are required to manage GitHub Issues with this approach. It operates independently using scripts and references to automate administrative workflows directly through the GitHub REST API.

How do I search specific issues and read comments for issue tracking?

Search specific issues and read comments for issue tracking by querying the GitHub REST API. This enables exploration of issue types, comments, and specific issues to support software development workflows.