issue-triage

Manage GitHub issues by listing, updating fields, and creating new issues.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill issue-triage-roxabi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-triage
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/dev-core/skills/issue-triage
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill issue-triage-roxabi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing GitHub issues by allowing users to easily list, update, and create issues with detailed attributes like size, priority, and dependencies.

Core Features & Use Cases

  • Issue Listing: View all open issues in a hierarchical tree or a flat list of untriaged items.
  • Field Management: Set or update Size, Priority, and Status for existing issues.
  • Relationship Management: Define parent-child relationships and manage blocking dependencies between issues.
  • Issue Creation: Create new issues with titles, bodies, labels, and associated fields.
  • Use Case: When onboarding a new developer, provide them with a clear, actionable list of all open issues, their priorities, and dependencies, enabling them to quickly understand the project's current state and contribute effectively.

Quick Start

List all open issues with their current size and priority.

Frequently Asked Questions about issue-triage

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

FAQPage Schema
How do I manage GitHub issues and set priority or status fields?

You can manage GitHub issues by listing open items in a tree or flat list, then updating their size, priority, and status fields through GitHub API integration for project board operations.

Can I create new GitHub issues with labels and dependency tracking?

Yes, you can create new GitHub issues with detailed attributes including titles, bodies, labels, and associated fields, while also defining parent-child relationships and blocking dependencies for task tracking.

What's the best way to list untriaged GitHub issues for a development team?

Listing untriaged GitHub issues is done by generating a flat list of open items, allowing developers to quickly understand the project's current state and contribute effectively.

How do I track blocking dependencies between GitHub project tasks?

Tracking blocking dependencies involves defining parent-child relationships between GitHub issues, enabling workflow automation by linking development tasks that block each other.

Do I need to configure GitHub API settings to update issue fields?

Yes, configuration is required for field updates because the Skill integrates directly with GitHub's API to perform issue and project board operations for task tracking.

Why use workflow automation for GitHub issue triage instead of manual updates?

Workflow automation for GitHub issue triage streamlines project management by allowing you to easily list, update, and create issues with detailed attributes like size, priority, and dependencies instead of manual entry.