gh-issues

Automates GitHub issue management and pull request creation for CI workflows.

1|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/phillipgan/myagent --skill gh-issues-phillipgan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/phillipgan/myagent/tree/main/skills/gh-issues
Command: npx skills add https://github.com/phillipgan/myagent --skill gh-issues-phillipgan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing GitHub issues and automating the creation of pull requests, saving time and reducing manual errors.

Core Features & Use Cases

  • Issue Management: Fetch, filter, and manage GitHub issues.
  • PR Automation: Create pull requests from issues and process PR review comments.
  • Use Case: Imagine you have a project with a large number of open issues. Use this Skill to automatically create PRs for issues that require fixes, and process the associated PR reviews.

Quick Start

Execute the gh-issues skill with the GitHub repository URL and issue labels to automate issue management.

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 and pull request creation?

You can automate GitHub issue management and PR creation by executing the gh-issues skill with a repository URL and issue labels to fetch, filter, and process issues into pull requests automatically.

Do I need the GitHub CLI to automate issue fetching and PR generation?

Yes, you need the GitHub CLI (gh) and git installed with proper authentication to automate issue fetching, PR generation, and review processing within your continuous integration workflows.

Can I filter GitHub issues by labels to automatically generate pull requests?

Yes, you can filter GitHub issues by specifying issue labels when executing the skill, allowing you to target specific issues that require fixes for automated PR generation.

What is the best way to process PR review comments for continuous integration?

The best way to process PR review comments in CI workflows is using automation skills like gh-issues that handle review processing directly alongside issue management and PR creation.

Does gh-issues work with continuous integration workflows for issue tracking automation?

Yes, gh-issues is suitable for continuous integration workflows and issue tracking automation, streamlining the process of managing GitHub issues and automating pull request creation to reduce manual errors.

Why does automated issue management require authentication with the GitHub CLI?

Automated issue management requires GitHub CLI authentication because the skill relies on the gh tool to securely access repository data, fetch issues, create pull requests, and process reviews on your behalf.