github-triage

Fetch GitHub issue and PR metadata and generate evidence-backed markdown reports.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/hsch14/ABC-car_insurance --skill github-triage-hsch14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-triage
Source: https://github.com/hsch14/ABC-car_insurance/tree/main/.agents/skills/github-triage
Command: npx skills add https://github.com/hsch14/ABC-car_insurance --skill github-triage-hsch14

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the manual overhead of monitoring and categorizing large volumes of GitHub issues and pull requests by providing automated, evidence-backed analysis.

Core Features & Use Cases

  • Automated Triage: Automatically fetches all open issues and PRs, classifies them by type (bug, feature, question, etc.), and generates detailed reports.
  • Evidence-Based Reporting: Every claim in the generated reports is backed by a direct GitHub permalink to the relevant code or commit.
  • Use Case: A maintainer can run this skill to instantly generate a summary report for 500+ open issues, identifying which are confirmed bugs, which are already fixed, and which require immediate attention, all without modifying the repository state.

Quick Start

Use the github-triage skill to analyze all open issues and pull requests in the current repository and generate a summary report in the temporary directory.

Frequently Asked Questions about github-triage

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

FAQPage Schema
How do I automatically classify and triage GitHub issues and pull requests?

To automatically triage GitHub issues and pull requests, you can use a skill that fetches repository metadata and classifies entries by type, such as bug or feature request. This process generates evidence-backed markdown reports without modifying repository state.

How does automated GitHub issue triage generate evidence-backed reports?

Automated GitHub issue triage generates evidence-backed reports by fetching metadata via the GitHub CLI and jq, then spawning background analysis tasks. Every classification claim in the report links directly to a relevant GitHub permalink for verification.

Do I need the GitHub CLI and jq to analyze open issues and pull requests?

Yes, you need the GitHub CLI and jq installed to analyze open issues and pull requests. These dependencies are required to process repository data, fetch metadata, and generate the detailed markdown triage reports.

Can I use automated triage for repositories with hundreds of open issues?

Yes, you can use automated triage for repositories with hundreds of open issues. The skill fetches all open issues and PRs, classifies them by type, and identifies which are confirmed bugs or require immediate attention, handling large volumes effectively.

Does read-only GitHub issue triage modify my repository state?

No, read-only GitHub issue triage does not modify your repository state. It only fetches metadata to perform classification and analysis, ensuring your repository remains completely untouched while generating summary reports.

What is the best way to categorize bugs and feature requests in GitHub?

The best way to categorize bugs and feature requests in GitHub is through automated triage that fetches issue metadata and applies classification logic. This identifies confirmed bugs, feature requests, and questions, outputting a detailed markdown summary.