github-issue-triage

Fetch GitHub issues and categorize them as BUG, QUESTION, or FEATURE.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/maximhar/oh-my-opencode-beads --skill github-issue-triage-maximhar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-triage
Source: https://github.com/maximhar/oh-my-opencode-beads/tree/main/.opencode/skills/github-issue-triage
Command: npx skills add https://github.com/maximhar/oh-my-opencode-beads --skill github-issue-triage-maximhar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typer, rich, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of triaging GitHub issues, ensuring that each issue is analyzed, categorized, and acted upon promptly, improving project maintainability and responsiveness.

Core Features & Use Cases

  • Automated Issue Analysis: Fetches and analyzes all GitHub issues within a specified time range.
  • Real-time Streaming: Processes each issue as an independent background task and streams results in real-time.
  • Categorization & Reporting: Classifies issues (BUG, QUESTION, FEATURE, etc.), identifies critical issues, and generates a comprehensive summary report.
  • Use Case: A project maintainer can use this Skill to get a daily digest of all new issues, with critical bugs flagged for immediate attention and routine questions ready for templated responses.

Quick Start

Use the github-issue-triage skill to analyze all issues from the last 48 hours.

Frequently Asked Questions about github-issue-triage

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

FAQPage Schema
How do I automate GitHub issue triage for a specific time range?

To automate GitHub issue triage, you can fetch all issues within a specified time range using exhaustive pagination, then launch background tasks to analyze and categorize them in real-time.

What is the best way to categorize GitHub issues into bugs, questions, and features?

The best way to categorize GitHub issues is by running automated real-time analysis on each issue independently, classifying them into types like BUG, QUESTION, or FEATURE.

How does background task streaming work for GitHub issue analysis?

GitHub issue background task streaming works by fetching issues via pagination and processing each one as an independent background task, streaming the categorization results in real-time.

Can I use this to flag critical GitHub issues for immediate attention?

Yes, you can flag critical GitHub issues for immediate attention. The automated analysis identifies critical issues during the triage process and highlights them in a comprehensive summary report.

Do I need typer and rich to generate GitHub issue summary reports?

Yes, you need typer and rich installed. These dependencies support the scripts that fetch, categorize, and generate the comprehensive summary report for your GitHub issues.