github-issue-triage

Fetch GitHub issues within a time range and categorize them by type and status.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/bravohenry/ohmymkt --skill github-issue-triage-bravohenry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-triage
Source: https://github.com/bravohenry/ohmymkt/tree/main/.opencode/skills/github-issue-triage
Command: npx skills add https://github.com/bravohenry/ohmymkt --skill github-issue-triage-bravohenry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of triaging and analyzing GitHub issues, providing real-time feedback and a comprehensive report without manual intervention.

Core Features & Use Cases

  • Real-time Streaming Analysis: Processes each issue as an independent background task, streaming results as they become available.
  • Exhaustive Issue Fetching: Retrieves all relevant issues within a specified time range using robust pagination.
  • Automated Categorization: Classifies issues into types like BUG, QUESTION, FEATURE, and assigns statuses like NEEDS_ACTION, CAN_CLOSE, etc.
  • Use Case: Automatically triage all new bug reports and feature requests for a project, categorize them, identify critical issues, and draft potential responses, all while providing live progress updates to the user.

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?

Automating GitHub issue triage involves fetching all issues within a specified time range and processing each as an independent background task. This Skill handles that automatically, streaming real-time results as it categorizes issues and generates a final report.

How does real-time streaming analysis work for GitHub issues?

Real-time streaming analysis processes each fetched GitHub issue as an independent background task. Results are streamed as they become available, allowing you to view issue categorization and critical item identification live rather than waiting for a batch process to finish.

Can I automatically categorize and close GitHub issues based on their type?

Yes, automated categorization classifies GitHub issues into types like BUG, QUESTION, and FEATURE, then assigns statuses such as NEEDS_ACTION or CAN_CLOSE. This allows you to identify which issues can be closed and which require immediate responses.

What is the best way to identify critical GitHub issues from recent bug reports?

Identifying critical GitHub issues is best handled by automated triage tools that fetch recent reports, process them in parallel, and flag critical items. This Skill exhaustively retrieves issues using pagination and highlights critical items in its comprehensive report.

Do I need any external dependencies to run automated GitHub issue analysis?

No external dependencies are required to run automated GitHub issue analysis. The Skill operates independently using its built-in scripts to fetch issues, stream results, and generate a comprehensive final report without needing additional packages.