gh-issues

Fetch GitHub issues, spawn sub-agents for fixes and pull requests, and handle PR review comments.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/nuno7lopes/alisio --skill gh-issues-nuno7lopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/nuno7lopes/alisio/tree/main/skills/gh-issues
Command: npx skills add https://github.com/nuno7lopes/alisio --skill gh-issues-nuno7lopes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the management of GitHub issues, including fetching issues, spawning sub-agents to implement fixes and open pull requests, and monitoring and addressing pull request review comments.

Core Features & Use Cases

  • GitHub Issue Management: Fetch and manage GitHub issues.
  • Parallel Sub-agents: Spawn sub-agents to implement fixes and open pull requests.
  • PR Review Comments Handling: Monitor and address pull request review comments.
  • Use Case: If you have a repository with many open issues, this Skill can help you automate the process of fixing and reviewing them, saving you time and effort.

Quick Start

Use the gh-issues skill to fetch and process issues from the repository 'owner/repo'.

Frequently Asked Questions about gh-issues

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

FAQPage Schema
How do I automate GitHub issue management for a repository with many open issues?

You can automate GitHub issue management by using sub-agents to fetch issues, implement fixes, open pull requests, and handle PR review comments. This requires curl, git, and the gh CLI for GitHub API access and authentication.

Can I use parallel sub-agents to process GitHub issues and generate pull requests?

Yes, spawning parallel sub-agents to process GitHub issues is supported. Sub-agents fetch repository issues, implement the necessary fixes, and open pull requests automatically to streamline software development workflows.

What dependencies do I need to fetch GitHub issues and manage pull requests via API?

You need curl, git, and the gh CLI installed and configured. Authentication requires a valid GitHub token to access the GitHub API for fetching issues and managing pull request review comments.

Does this approach to GitHub issue automation handle pull request review comments?

Handling pull request review comments is fully supported. The automation monitors pull request review comments and addresses them, ensuring that feedback is processed without manual intervention.

How does automated GitHub issue management work with the gh CLI?

Automated GitHub issue management works by fetching issues through the GitHub API via curl and gh. Sub-agents then implement fixes, create pull requests, and monitor review comments using git for version control.