prioritize-issues

Prioritize open GitHub Issues by analyzing impact, dependencies, and modification scope.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/macrat/markdown-board --skill prioritize-issues
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prioritize-issues
Source: https://github.com/macrat/markdown-board/tree/main/.claude/skills/prioritize-issues
Command: npx skills add https://github.com/macrat/markdown-board --skill prioritize-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of prioritizing GitHub Issues by establishing a clear, consistent, and principled approach to ordering tasks.

Core Features & Use Cases

  • Automated Issue Triage: Analyzes open GitHub Issues to determine their priority based on defined principles.
  • Dependency Mapping: Identifies and visualizes dependencies between issues.
  • Use Case: A development team can use this Skill at the start of a sprint to quickly determine which bugs to fix, features to build, and refactoring tasks to undertake, ensuring the most impactful work is done first.

Quick Start

Use the prioritize-issues skill to determine the priority order for the open GitHub issues.

Frequently Asked Questions about prioritize-issues

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

FAQPage Schema
How do I prioritize GitHub issues effectively for a sprint?▼

To prioritize GitHub issues, this Skill analyzes issue impact, dependencies, and modification scope using a tiered classification system, generating a prioritized list and dependency flowchart to minimize rework and overall effort.

What's the best way to map dependencies between open GitHub issues?▼

Mapping dependencies between GitHub issues is handled by this Skill, which identifies relationships during analysis and visualizes them in a dependency flowchart to clarify execution order and reduce blockers.

Do I need GitHub CLI to automate issue triage and prioritization?▼

Yes, GitHub CLI is required for issue retrieval to enable automated triage, and an exploration sub-agent is used to perform code impact analysis for determining issue priority.

How does issue prioritization handle refactoring tasks versus new features?▼

Issue prioritization for refactoring versus features is managed through a tiered classification system that evaluates impact, dependencies, and modification scope to minimize rework and sequence work efficiently.

Can I use this approach to prioritize issues for dependency management workflows?▼

Yes, dependency management workflows are supported by identifying and visualizing dependencies between open GitHub issues, producing a flowchart that clarifies modification scope and execution order.