One-click install
npx skills add https://github.com/webdevtodayjason/subctl-rust --skill github-issues-webdevtodayjason
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/webdevtodayjason/subctl-rust/tree/main/skills/github-issues
Command: npx skills add https://github.com/webdevtodayjason/subctl-rust --skill github-issues-webdevtodayjason

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamline your GitHub issue management workflow by automating creation, triage, labeling, and more with just a command or REST API.

Core Features & Use Cases

  • Command-line Automation: Manage GitHub issues directly via gh commands.
  • API Integration: Access GitHub issue APIs via REST calls.
  • Use Case: Triage issues, label and assign them, and much more without ever leaving your terminal or API integration platform.

Quick Start

To create a new issue with gh, run:

gh issue create "Bug: Example 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 directly from the command line?

You can automate GitHub issue management using the `gh` CLI tool to create, triage, label, and assign issues. This requires having the `gh` command-line tool installed or providing API credentials for REST calls.

Can I automate GitHub issue triage and assignment using a REST API?

Yes, you can automate GitHub issue triage and assignment using REST API calls. This allows programmatic creation, labeling, and assigning of issues for integration into external platforms or custom workflows.

Do I need the gh CLI installed to automate GitHub issue creation?

Yes, you need either the `gh` command-line tool installed or valid GitHub API credentials to automate issue creation. The workflow supports both direct CLI commands and REST API integration.

What is the best way to streamline GitHub issue management for a project?

Streamlining GitHub issue management is best achieved by automating creation, triage, and labeling via CLI or REST API. This removes manual overhead and keeps issue tracking directly within your terminal or integration platform.

How does command-line GitHub issue management compare to using the web interface?

Command-line GitHub issue management via `gh` allows rapid creation, triage, and labeling without context switching, unlike the web interface. It enables developers to script and automate workflows directly from the terminal.