github-issues

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

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/samuelmukoti/myai-agent --skill github-issues-samuelmukoti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/samuelmukoti/myai-agent/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/samuelmukoti/myai-agent --skill github-issues-samuelmukoti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, manage, triage, and close GitHub issues across repositories. Search existing issues, and link them to pull requests. Works with gh CLI or falls back to the REST API via curl.

Core Features & Use Cases

  • Create, search, triage, label, assign, and close issues.
  • View cross-repo issues and reference PRs; switch between gh CLI workflows and curl-based REST API calls.
  • Use in software development workflows to maintain issue hygiene and drive collaboration.

Quick Start

Ask me to view, filter, or modify GitHub issues for your repository using gh or the REST API.

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 triage and assignment across repositories?

Automate GitHub issue triage by using this Skill to bulk search, label, assign, and close issues across repositories via gh CLI or REST API fallbacks. It handles cross-repo references and links issues to pull requests within standard software-engineering workflows.

What's the best way to link GitHub issues to pull requests automatically?

Link GitHub issues to pull requests by executing cross-repo reference commands through this Skill. It searches existing open or closed issues and connects them to PRs using gh CLI workflows or curl-based REST API calls to maintain issue hygiene.

Do I need gh CLI installed to manage GitHub issues with this automation?

You do not strictly need gh CLI to manage GitHub issues, as the Skill falls back to curl-based REST API calls. However, you must authenticate via gh login or a personal access token and operate within a local git repository connected to a GitHub remote.

Can I search and filter open GitHub issues across multiple repositories?

Search and filter open GitHub issues across multiple repositories by passing explicit repo targets to this Skill. It queries gh endpoints or REST API calls to retrieve, view, and triage cross-repo issues based on your specified labels and assignees.

How do I create and label GitHub issues via the REST API instead of gh CLI?

Create and label GitHub issues via the REST API by utilizing the Skill's curl fallback mechanism. When gh CLI is unavailable, it authenticates with a personal access token and makes direct REST API calls to apply labels and assignees to new issues.

Why are my automated GitHub issue assignments failing in a local git repository?

Automated GitHub issue assignments fail when GitHub authentication is missing or the local git repository lacks a GitHub remote. Ensure you run gh login or set a personal access token, and verify the local repository has an explicit GitHub remote configured before executing actions.