github-issues

Create, search, and label GitHub issues via CLI and REST commands.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill github-issues-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/github-issues
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill github-issues-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of managing GitHub issues by providing commands for viewing, creating, managing, and triaging issues.

Core Features & Use Cases

  • Create & Manage Issues: Commands to create, search, triage, label, and assign GitHub issues.
  • API Support: Allows interaction with GitHub issues using the REST API.
  • Integration with Git: Operates within a git repository context or allows specifying a repository explicitly.

Quick Start

Use the github-issues skill to list open issues in your current repository with the command 'list'.

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 from the command line?

The Skill provides CLI and REST commands for managing GitHub issues, allowing you to create, search, triage, and label issues directly within a git repository or via explicit repository specification using a GitHub API token.

What's the best way to automate GitHub issue triage in scripts?

Automating GitHub issue triage involves integrating CLI and REST commands into automation scripts and workflows. You can programmatically search, label, and assign issues using a GitHub API token for authentication within a specified repository.

Do I need a GitHub API token to create issues via REST API?

Yes, a GitHub API token is required for authentication to create issues via the REST API. This token authorizes the CLI and REST commands to interact securely with your specified GitHub repository and manage issues programmatically.

Can I use this approach to list open issues in a specific repository?

Yes, you can list open issues by operating within a git repository context or by explicitly specifying the repository. Using the 'list' command provides a quick view of current open issues for management and triage.

Does this issue management method work outside of a local git repository?

Yes, this issue management method works outside of a local git repository by allowing explicit repository specification. You can target any repository using the REST API commands as long as you provide a valid GitHub API token for authentication.

What dependencies are required to run these GitHub issue commands?

Running these GitHub issue commands requires `gh`, `curl`, and `python3` to be installed in your environment. These dependencies support the execution of CLI commands and REST API interactions for creating, searching, and triaging issues.