github-issues

Automate GitHub issue creation, triage, labeling, assignment, and closing via gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management is tedious and error-prone when done manually. This skill automates the lifecycle of issues—creation, triage, labeling, assignment, and closing—across repositories, saving time and reducing mistakes.

Core Features & Use Cases

  • Create, search, triage, and manage GitHub issues across repos using gh CLI or REST API via curl.
  • Apply labels, assign users, and link issues to pull requests to reflect progress and ownership.
  • Use cases include triaging incoming bugs, prioritizing work, and maintaining cross-repo visibility for engineering teams.

Quick Start

Start by listing open issues in your repository and then triage by applying labels and assigning owners.

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

Automate GitHub issue triage by using this skill to search, label, assign, and close issues across repositories via gh CLI or REST API, streamlining management for engineering teams.

Can I link GitHub issues to pull requests automatically?

Yes, you can link GitHub issues to pull requests automatically. The skill manages issue lifecycles, including linking issues to PRs to reflect progress and ownership within your repository context.

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

Yes, managing GitHub issues via the REST API requires authentication with a GitHub token. You must provide this token and a repository context to operate using curl or the gh CLI.

What's the best way to apply labels and assignees to incoming bugs?

The best way to apply labels and assignees to incoming bugs is using this skill to triage issues. It automates applying labels and assigning owners, reducing manual errors and saving time.

Does this skill work with both gh CLI and curl for issue management?

Yes, this skill works with both gh CLI and curl for issue management. It supports token-based authentication for REST API requests, allowing you to create, triage, and close issues using either method.