github-issues

Manage GitHub issues via gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clear, repeatable way to create, search, triage, and manage issues in GitHub repositories so maintainers can keep backlog and bug workflows organized without manual API choreography.

Core Features & Use Cases

  • List and view issues with filtering by state, label, assignee, and text search to quickly find relevant tickets.
  • Create detailed issues with templates, add or remove labels, assign owners, post comments, and close or reopen issues.
  • Link issues to pull requests and create feature branches from issues; supports bulk operations for closing, labeling, or triaging many issues at once.
  • Works via the authenticated gh command-line tool or falls back to using a GITHUB_TOKEN and the GitHub REST API via curl for environments without gh.

Quick Start

Open the repository, ensure GitHub authentication is available, and run the GitHub Issues skill to list and triage open issues using the gh CLI or the curl fallback.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I triage and manage GitHub issues in bulk?

To triage GitHub issues in bulk, you can use this skill to perform lifecycle actions like closing, labeling, and assigning multiple issues at once via the authenticated gh CLI or the GitHub REST API.

Can I manage GitHub issues without the gh CLI installed?

You can manage GitHub issues without the gh CLI by falling back to a GITHUB_TOKEN and using curl to interact directly with GitHub REST API endpoints for listing, creating, and editing issues.

How do I link GitHub issues to pull requests and create feature branches?

Linking GitHub issues to pull requests and creating feature branches are supported lifecycle actions, allowing you to connect backlog tickets directly to development branches through the gh CLI or REST API.

What is the best way to search and filter open issues in a repository?

The best way to search and filter open issues is by using this skill to query your repository's issue tracker, filtering results by state, label, assignee, or text search to find relevant tickets quickly.

Does this GitHub issue tracking approach work for repositories without GitHub remotes?

This issue tracking approach is applicable to repositories with GitHub remotes, relying on GitHub authentication via the gh CLI or a GITHUB_TOKEN to manage and edit issues through the REST API.