github-issue-triage

Triage GitHub issues and generate a Markdown workplan.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/MarcoAntolini/cursor-sync --skill github-issue-triage-marcoantolini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-triage
Source: https://github.com/MarcoAntolini/cursor-sync/tree/main/cursor-skills/github-issue-triage
Command: npx skills add https://github.com/MarcoAntolini/cursor-sync --skill github-issue-triage-marcoantolini

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of triaging GitHub issues by automatically preparing a ready-to-run markdown workplan for follow-up work.

Core Features & Use Cases

  • Automated Triage: Classifies GitHub issues into 'Ready', 'Needs Clarification', 'Blocked', and 'Duplicate/Stale' categories.
  • Markdown Workplan: Generates an ISSUE_WORKPLAN.md that outlines the work for other agent skills to consume.
  • Use Case: After invoking this skill, the issues ready for action can be handed off to a 'github-issue-runner' for automated follow-up work.

Quick Start

Run the skill to automatically prepare an issue workplan.

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 my repository?

Automating GitHub issue triage involves classifying issues into categories like 'Ready', 'Needs Clarification', and 'Blocked' to streamline repository management. This skill automatically sorts issues and generates a markdown workplan for actionable follow-up.

What is the best way to categorize GitHub issues automatically?

Categorizing GitHub issues automatically groups them into 'Ready', 'Needs Clarification', 'Blocked', and 'Duplicate/Stale' statuses. This process prepares a structured markdown workplan, allowing you to quickly identify which issues require immediate attention.

How does automated issue triage prepare work for other agent skills?

Automated issue triage prepares work for other agent skills by generating an `ISSUE_WORKPLAN.md` file. This markdown document outlines the categorized tasks, creating a ready-to-run brief for downstream agents to consume and execute.

Can I use this skill to manage GitHub issue workflows at scale?

You can manage GitHub issue workflows at scale by running this skill to batch process and categorize incoming issues. It outputs a standardized markdown workplan, enabling consistent handling of high-volume issue queues across repositories.

Do I need a specific runner to act on the generated GitHub issue workplan?

You do not need a specific runner to view the workplan, but handing off the `ISSUE_WORKPLAN.md` to a 'github-issue-runner' is the intended workflow for automated follow-up. The markdown file is standard and can be consumed by various agent skills.