gh-issues

Automate GitHub issue resolution by spawning sub-agents to implement fixes and open pull requests.

12|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ApiliumCode/mayros --skill gh-issues-apiliumcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/ApiliumCode/mayros/tree/main/skills/gh-issues
Command: npx skills add https://github.com/ApiliumCode/mayros --skill gh-issues-apiliumcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying, fixing, and submitting pull requests for GitHub issues, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Resolution: Fetches GitHub issues, spawns sub-agents to implement fixes, and opens pull requests.
  • Continuous Monitoring: Optionally watches for new issues and PR review comments, automatically addressing them.
  • Forking Workflow: Supports fixing issues in a fork and opening PRs back to the source repository.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then monitor for any review comments on those PRs, addressing them as well.

Quick Start

Use the gh-issues skill to fetch open issues for the owner/repo 'myorg/myproject' and automatically create pull requests for them.

Frequently Asked Questions about gh-issues

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

FAQPage Schema
How do I automatically fix GitHub issues and open pull requests?

You can automatically resolve labeled GitHub issues by having the Skill spawn sub-agents to implement fixes and open pull requests. It handles issue fetching, code implementation, and PR submission, including managing review comments.

Can I automatically fix GitHub issues in a fork and submit a PR to the upstream repository?

Yes, you can fix GitHub issues in a fork and submit a PR to the upstream repository. The Skill supports forking workflows, allowing sub-agents to implement fixes in your fork before opening pull requests back to the source repository.

How does automated issue resolution handle pull request review comments?

Automated issue resolution handles pull request review comments through continuous monitoring. The Skill can optionally watch for new review comments on submitted PRs and automatically spawn sub-agents to address the requested changes.

Do I need to manually monitor new GitHub issues after automating pull request creation?

No, you do not need to manually monitor new GitHub issues. The Skill supports optional continuous monitoring to automatically watch for new issues and address them by implementing fixes and opening pull requests without manual intervention.

What is the best way to automate fixing all bug-labeled issues in a GitHub repository?

The best way to automate fixing bug-labeled issues is using the Skill to fetch specific issues, spawn sub-agents for code implementation, and open pull requests. It performs pre-flight checks before sub-agent execution to ensure valid fixes.