gh-issues

Orchestrate GitHub issue resolution with parallel sub-agents for fixes and pull requests.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spoonbobo/trinity --skill gh-issues-spoonbobo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/spoonbobo/trinity/tree/main/app/skills/gh-issues
Command: npx skills add https://github.com/spoonbobo/trinity --skill gh-issues-spoonbobo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of fetching GitHub issues, spawning sub-agents to implement fixes, opening pull requests, and monitoring review comments, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Fixing: Automatically identifies, fixes, and creates PRs for GitHub issues.
  • Intelligent Orchestration: Manages multiple sub-agents for parallel issue resolution.
  • Review Handling: Addresses feedback on open PRs by spawning agents to implement changes.
  • Use Case: A developer can use this Skill to automatically fix all 'bug' labeled issues in a repository, create PRs for them, and even handle subsequent review comments, freeing up developer time for more complex tasks.

Quick Start

Use the gh-issues skill to fetch and fix bugs in the 'spoonbobo/trinity' repository, limiting to 5 issues.

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

Automating GitHub issue resolution involves spawning parallel sub-agents to implement code fixes and open pull requests. This Skill orchestrates fetching issues, running pre-flight checks, and executing agents to streamline the entire workflow.

Does the GitHub issue automation handle PR review comments?

Yes, GitHub issue automation handles PR review comments by spawning dedicated agents to implement requested changes. It monitors open pull requests and automatically addresses reviewer feedback to ensure issues are fully resolved.

How do I automatically fix all bug labeled issues in a GitHub repository?

To automatically fix bug labeled issues, the Skill filters GitHub issues by label and spawns parallel sub-agents for code fixing. It manages the end-to-end workflow from issue identification through pull request creation.

Do I need a GitHub API token to automate issue fixing and PR creation?

Yes, automating issue fixing and PR creation requires GitHub API access via a GH_TOKEN environment variable. All operations, including fetching issues, opening pull requests, and managing review comments, depend on this token for authentication.

What is the best way to orchestrate multiple agents for parallel GitHub issue resolution?

The best way to orchestrate parallel GitHub issue resolution is using an intelligent orchestration system that spawns multiple sub-agents simultaneously. This approach manages pre-flight checks, parallel execution, and PR review handling to maximize development efficiency.

Can I limit the number of GitHub issues processed during automated code fixing?

Yes, you can limit the number of GitHub issues processed during automated code fixing. The Skill allows you to specify a maximum number of issues to fetch and resolve, preventing overwhelming parallel agent execution and managing workflow scope.