github-issues

Manage and triage GitHub issues via CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates common GitHub issue management tasks so maintainers and contributors can quickly find, triage, label, assign, comment on, and close issues without manual GitHub web UI navigation.

Core Features & Use Cases

  • List and search issues across a repository by state, label, assignee, or custom query to surface work that needs attention.
  • Create and template issues with structured bodies for bug reports and feature requests to standardize incoming reports.
  • Manage lifecycle actions such as adding/removing labels, assigning users, commenting, closing/reopening, and linking issues to pull requests for traceability.
  • Use case: a maintainer can bulk-triage unlabelled issues, apply priority labels, assign owners, and create branches that reference issue numbers.

Quick Start

Use the skill to list open bug issues in the current repository, add appropriate labels, and assign an owner.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I triage GitHub issues from the command line?

You can bulk-triage GitHub issues by listing open items, applying priority labels, assigning owners, and closing resolved threads directly via the gh CLI or REST API.

Can I manage GitHub issues across repositories using the REST API?

Yes, you can manage and triage GitHub issues across repositories using REST API calls by providing a valid GitHub token to view, create, label, assign, and close issues programmatically.

What do I need to automate GitHub issue management tasks?

Automating GitHub issue management requires running inside a git repository with a configured GitHub remote, plus either the installed gh CLI or a valid GitHub token for REST API access.

How do I link a GitHub issue to a pull request?

You link a GitHub issue to a pull request by applying lifecycle actions through the skill, connecting the issue to the corresponding pull request within your repository workflows for traceability.

Is there a way to create standardized bug reports and feature requests on GitHub?

Yes, you can create and template GitHub issues with structured bodies for bug reports and feature requests, standardizing incoming reports to maintain consistency across your repository.