issue-prioritize

Fetch and rank open issues by impact, urgency, readiness, and risk.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/ReefBytes-Owner/Manifest --skill issue-prioritize-reefbytes-owner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-prioritize
Source: https://github.com/ReefBytes-Owner/Manifest/tree/main/configs/claude/skills/issue-prioritize
Command: npx skills add https://github.com/ReefBytes-Owner/Manifest --skill issue-prioritize-reefbytes-owner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch open issues from GitHub, GitLab, or Linear, score them by impact, urgency, readiness, and risk, and recommend the top issues to address next. Analysis-only — no mutations.

Core Features & Use Cases

  • Fetch open issues from the detected platform and produce a ranked prioritization report.
  • Score each issue using a weighted formula on Impact, Urgency, Readiness, and Risk, with tiebreakers.
  • Optionally validate top candidates against the codebase and present a formatted prioritization report.

Quick Start

Run the issue-prioritize command to rank open issues by impact, urgency, and readiness.

Frequently Asked Questions about issue-prioritize

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

FAQPage Schema
How do I prioritize open issues in GitHub or GitLab by impact and urgency?

To prioritize open issues, the Skill fetches them from GitHub, GitLab, or Linear and scores each by impact, urgency, readiness, and risk to generate a ranked actionable report. It applies a weighted heuristic formula with tiebreakers to identify top candidates.

Can I automatically triage and score Linear issues for readiness and risk?

Yes, you can automatically triage and score Linear issues for readiness and risk. The Skill fetches open issues from Linear, applies a multi-stage heuristic scoring workflow, and optionally validates top candidates against your codebase before presenting a formatted report.

What is the best way to rank open issues to guide actionable development work?

The best way to rank open issues for actionable work is applying a weighted scoring formula across impact, urgency, readiness, and risk. This approach fetches issues from your project platform and generates a markdown prioritization report highlighting top candidates.

Does the issue triage process modify existing tickets or repository states?

No, the issue triage process is strictly analysis-only and does not modify existing tickets or repository states. It fetches open issues, scores them heuristically, and optionally validates them against the codebase to produce a markdown report without any mutations.

How does codebase validation work when scoring issue readiness?

Codebase validation operates as an optional final stage in the multi-stage scoring workflow. After ranking open issues by impact and urgency, the Skill validates top candidates against your codebase to ensure readiness before generating the final markdown prioritization report.