priorizar

Triage unlabelled GitHub issues and assign labels and project backlogs.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill priorizar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: priorizar
Source: https://github.com/intrale/platform/tree/main/.claude/skills/priorizar
Command: npx skills add https://github.com/intrale/platform --skill priorizar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes references (resource) components.

What problem does it solve?

This Skill automates the massive triaging of unlabelled GitHub issues, categorizing, labeling, and organizing them into appropriate backlogs to streamline project management.

Core Features & Use Cases

  • Mass Issue Triaging: Processes open issues that lack any labels.
  • Automated Categorization & Labeling: Determines appropriate labels (app, area, type) and backlog destinations based on issue content.
  • Project Board Integration: Adds issues to GitHub Projects and updates their status.
  • Use Case: When a project accumulates many unlabelled issues, this Skill can quickly sort them into 'bug', 'enhancement', or 'documentation' categories and assign them to the 'Frontend Backlog' or 'Backend Backlog' respectively, making them actionable.

Quick Start

Run the priorizar skill to process all open issues without labels.

Frequently Asked Questions about priorizar

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

FAQPage Schema
How do I automatically triage and label unlabelled GitHub issues?

To automatically triage GitHub issues, this Skill scans open issues without labels and assigns categories like 'app:client', 'area:*', and 'bug' based on their titles and bodies. It then routes them to designated project backlogs for streamlined organization.

Can I use GitHub CLI to organize issues into specific project backlogs?

Yes, you can use GitHub CLI to organize issues into project backlogs. This Skill integrates directly with the GitHub CLI to list, edit, and add issues to specific project boards like 'Backlog CLIENTE' or 'Backlog NEGOCIO', updating their status efficiently.

What is the best way to manage a large backlog of unlabelled GitHub issues?

The best way to manage a large backlog of unlabelled issues is through automated mass triaging. This Skill processes open unlabelled issues in bulk, determining appropriate labels and backlog destinations to make accumulated items quickly actionable.

Does this automated issue labeling require any specific dependencies?

Yes, automated issue labeling requires the 'gh' dependency. The Skill relies entirely on the GitHub CLI to interact with repositories, list open issues, apply labels, and manage project board integrations.

How does automated issue categorization determine the right labels for bugs and enhancements?

Automated issue categorization determines labels by analyzing the text within issue titles and bodies. Based on the content, it assigns relevant labels such as 'bug', 'enhancement', or 'documentation' and routes them to the appropriate Frontend or Backend backlog.

When should I avoid using automated triage for GitHub backlog management?

You should avoid using automated triage if your repository lacks established label schemas or designated project backlogs. The Skill requires pre-existing label categories and target boards to accurately categorize and route unlabelled issues.