gh-issues

Automate GitHub issue resolution with parallel sub-agents for analysis, implementation, and testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, jq.

What problem does it solve?

This Skill automates the end-to-end lifecycle of GitHub issue resolution, from parsing and prioritization to code implementation, testing, and pull request management, eliminating manual developer overhead.

Core Features & Use Cases

  • Autonomous Resolution: Spawns parallel sub-agents to analyze, fix, and test issues based on natural language requirements.
  • PR Review Handling: Automatically monitors open pull requests for review comments and dispatches agents to address feedback.
  • Use Case: A maintainer can trigger this skill to automatically process a backlog of bug reports, where the agent identifies the root cause, creates a feature branch, runs local tests, and opens a PR for review.

Quick Start

Use the gh-issues skill to fetch open bugs from the current repository and automatically spawn sub-agents to fix them.

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 from start to finish?

Automating GitHub issue resolution involves orchestrating parallel sub-agents to parse issues, implement code fixes, run local tests, and manage the pull request lifecycle. This eliminates manual developer overhead by autonomously creating branches and opening pull requests for review.

Can I automatically address pull request review comments?

Yes, you can automatically address pull request review comments by dispatching sub-agents to monitor open pull requests. These agents autonomously analyze review feedback, implement necessary code changes, and update the pull request.

What dependencies do I need to run automated GitHub issue tracking and fixing?

You need curl, git, gh, and jq installed in your local environment to run automated GitHub issue tracking and fixing. These dependencies provide the required GitHub API integration and local git environment access to execute automated fixes.

How does parallel sub-agent orchestration work for code review and bug fixing?

Parallel sub-agent orchestration for bug fixing works by spawning multiple agents simultaneously to analyze root causes, implement code changes, and test fixes. Each agent handles specific tasks within the software development workflow to resolve GitHub issues efficiently.

Do I need local git environment access to automate pull request lifecycle management?

Yes, local git environment access is required to automate pull request lifecycle management. The automated resolution process needs local git to create feature branches, apply code fixes, and interact with the GitHub API for opening and updating pull requests.

What's the best way to process a backlog of bug reports on GitHub?

The best way to process a backlog of bug reports on GitHub is to trigger an automated skill that fetches open bugs, identifies root causes via parallel sub-agents, creates feature branches, runs local tests, and opens pull requests for review automatically.