gh-issues

Fetch and filter GitHub issues by labels, milestones, and assignees.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill gh-issues-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/Luzzer/Kraken/tree/main/skills/gh-issues
Command: npx skills add https://github.com/Luzzer/Kraken --skill gh-issues-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates triaging GitHub issues by fetching issues from a repository and filtering by labels, milestones, and assignees to identify actionable items, reducing manual triage time.

Core Features & Use Cases

  • Fetch and filter issues by labels, milestones, and assignees, then spawn parallel sub-agents to implement fixes and open PRs.
  • Monitor PR reviews and comments to drive actionable changes and optionally notify a channel with final results.
  • Use cases include automatically fixing issues across multiple PRs in large repositories and maintaining a live PR pipeline from issue to code changes.

Quick Start

Provide a GitHub owner/repo and optional filters to automatically spawn sub-agents that fix issues and create PRs.

Frequently Asked Questions about gh-issues

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

FAQPage Schema
How do I automate fixing GitHub issues and opening pull requests?

You can automate fixing GitHub issues by spawning parallel sub-agents that implement fixes and open PRs. This Skill fetches and filters issues from a repository by labels, milestones, and assignees to automatically generate code changes.

Can I automatically triage GitHub issues by labels and milestones?

Yes, you can automatically triage GitHub issues by filtering them based on specific labels, milestones, and assignees. This identifies actionable items to reduce manual triage time in large repositories.

Does GitHub issue automation support monitoring PR reviews and comments?

Yes, GitHub issue automation supports monitoring PR reviews and comments to drive actionable changes. It tracks the progress of opened pull requests and can optionally notify a channel with the final results.

How do I run automated GitHub issue fixes on a schedule?

You can run automated GitHub issue fixes on a schedule using the built-in cron and watch modes. These modes maintain lightweight state for progress, claims, and cursors while continuously monitoring your repository.

What is the best way to automate fixing multiple GitHub issues in parallel?

The best way to automate fixing multiple GitHub issues in parallel is by spawning sub-agents for each actionable item. This approach maintains a live PR pipeline from issue creation to code changes across multiple PRs.

Do I need curl and the GitHub REST API to automate issue triage?

Yes, the automation uses curl with the GitHub REST API to fetch issues and manage pull requests. You provide a GitHub owner/repo and optional filters to start the automated sub-agent workflow.