github-issues

Manage GitHub issues across repositories using gh CLI or REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill github-issues-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/Aevonix/colony-ai --skill github-issues-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes GitHub issue management across repositories, reducing manual triage and repetitive tasks by providing a consistent, scriptable interface for common actions.

Core Features & Use Cases

  • Create, view, search, and update issues using gh or the REST API via curl.
  • Apply labels, assign teammates, and link issues to pull requests to maintain clear workflows.
  • Triage, track, and manage issues across multiple repositories for coordinated project management.

Quick Start

Create an issue in the current repository using gh or curl.

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 issue management across multiple repositories?

Automate GitHub issue management across multiple repositories by using scriptable gh CLI or REST API calls via curl to create, view, search, and update issues with consistent workflows for triage and tracking.

What is the best way to triage and assign GitHub issues from the command line?

Triage and assign GitHub issues from the command line by applying labels, assigning teammates, and linking issues to pull requests using gh CLI commands or curl-based REST API requests.

Can I create and update GitHub issues using curl instead of the gh CLI?

Yes, you can create and update GitHub issues using curl by making REST API calls, providing a scriptable alternative to the gh CLI with basic error handling and fallbacks for issue management.

Does this approach support linking GitHub issues to pull requests for project tracking?

Yes, this approach supports linking GitHub issues to pull requests to maintain clear workflows, allowing software teams and project managers to coordinate tracking and management across repositories.

Do I need the gh CLI installed to manage GitHub issues via command line?

No, you do not need the gh CLI installed if you use curl to interact with the GitHub REST API, which provides an accessible fallback for command-based issue creation, labeling, and management.