gh-issues

Automate GitHub issue resolution and pull request review management via the REST API.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill gh-issues-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/skills/gh-issues
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill gh-issues-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually triaging, fixing, and managing GitHub issues and pull request reviews consumes significant developer time, especially for teams with high issue volume or ongoing PR feedback cycles.

Core Features & Use Cases

  • Batch Issue Processing: Fetch and filter GitHub issues by label, milestone, assignee, or state, then delegate fixes to up to 8 parallel sub-agents for concurrent processing.
  • Automated PR Workflows: Sub-agents implement minimal, focused code fixes, run existing tests, and open pull requests automatically via the GitHub REST API, with support for fork mode.
  • Review Monitoring: Automatically check open PRs for actionable review comments and spawn sub-agents to address requested changes, with support for watch mode for continuous operation.
  • Use Case: A dev team with a backlog of bug reports can use this skill to process all issues in batches, create fix PRs, and handle reviewer feedback without manual intervention for each task.

Quick Start

Use the gh-issues skill to automatically process all open bug-labeled issues in your GitHub repository, delegate code fixes to parallel sub-agents, and open pull requests for each resolved issue.

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 in bulk?

Automate GitHub issue resolution by filtering issues by label, milestone, or assignee, then delegating code fixes to up to 8 parallel sub-agents that run tests and automatically open pull requests via the GitHub REST API.

Can I automatically address actionable pull request review comments without manual intervention?

Automatically address actionable pull request review comments by using watch mode to continuously monitor open PRs and spawn sub-agents that implement requested code changes without manual intervention.

How does batch processing handle duplicate work when fixing GitHub issues concurrently?

Batch processing prevents duplicate work during concurrent GitHub issue resolution by using claim tracking, ensuring multiple parallel sub-agents do not fix the same issue simultaneously.

Does this GitHub issue automation support fork mode for opening pull requests?

GitHub issue automation supports fork mode for opening pull requests, allowing sub-agents to implement focused code fixes and submit them from forks via the GitHub REST API.

What is the best way to continuously monitor and fix GitHub issues with cron or watch modes?

Continuously monitor and fix GitHub issues by configuring watch or cron modes, which enable the system to fetch filtered issues and delegate fixes to parallel sub-agents for ongoing automated processing.