triage-issue

Classify, reproduce, and comment on newly opened GitHub issues.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawsonblock/OracleOS --skill triage-issue-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/dawsonblock/OracleOS/tree/main/Interface/Web/worktrunk-main/.claude/skills/triage-issue
Command: npx skills add https://github.com/dawsonblock/OracleOS --skill triage-issue-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triages newly opened GitHub issues on this project by classifying, reproducing bugs, attempting conservative fixes, and commenting.

Core Features & Use Cases

  • Automated classification of issues into Bug report, Feature request, Question, or Other.
  • Reproduction of issues with evidence gathering and QA-oriented notes.
  • Generation of maintainer-ready comments and suggested fixes.
  • Works when a new issue is opened to kickstart automated triage.

Quick Start

Provide the issue number to begin automated triage and get classification, reproduction steps, and a recommended comment.

Frequently Asked Questions about triage-issue

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

FAQPage Schema
How do I automate GitHub issue triage for new bug reports and feature requests?

Automating GitHub issue triage involves classifying new issues, attempting bug reproduction, and posting maintainer-ready comments. This Skill handles that end-to-end workflow by categorizing issues and applying labels using the GitHub CLI.

Can I automatically classify and reproduce bugs when a new GitHub issue is opened?

Yes, you can automatically classify and reproduce bugs when a new issue is opened. The workflow categorizes the issue type, gathers reproduction evidence, and generates QA-oriented notes for the maintainer.

Does GitHub issue automation work for classifying questions and feature requests too?

GitHub issue automation works for classifying questions and feature requests alongside bug reports. The guided workflow sorts incoming issues into Bug report, Feature request, Question, or Other categories.

How do I generate maintainer-ready comments for newly opened GitHub issues?

Generating maintainer-ready comments requires evaluating the issue context and drafting a response. This Skill inspects the issue via GitHub CLI, attempts conservative fixes, and outputs a recommended comment.

What do I need to start automated triage of GitHub issues?

To start automated triage, you need the issue number and an environment with the GitHub CLI configured. Provide the issue number to trigger classification, reproduction steps, and suggested fixes.

What is the best way to handle issue reproduction and evidence gathering on GitHub?

The best way to handle issue reproduction is through an automated workflow that attempts to replicate the bug and gathers evidence. This Skill performs reproducibility checks and outputs QA-oriented notes for maintainers.