calculate-priority-score

Calculate priority scores and P0-P4 categories from severity, impact, and likelihood.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill calculate-priority-score-russianlion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calculate-priority-score
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/calculate-priority-score
Command: npx skills add https://github.com/RussianLioN/moltinger --skill calculate-priority-score-russianlion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of assigning a priority score and category to bugs, issues, or tasks, ensuring that critical items are addressed first.

Core Features & Use Cases

  • Automated Prioritization: Calculates a numerical score based on severity, impact, and likelihood.
  • Categorization: Assigns a clear priority category (P0-P4) with corresponding labels and recommended actions.
  • Use Case: Quickly assess and order a backlog of reported bugs, ensuring that the most severe and impactful issues are tackled before less critical ones.

Quick Start

Calculate the priority score for an issue with critical severity, breaking impact, and certain likelihood.

Frequently Asked Questions about calculate-priority-score

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

FAQPage Schema
How do I calculate a priority score for bug tracking and issue prioritization?

To calculate a priority score for bug tracking, issue prioritization tools map severity, impact, and likelihood factors against a JSON-based scoring matrix to generate a deterministic numerical value.

What is data-driven issue prioritization and how does scoring work?

Data-driven issue prioritization evaluates tasks using predefined severity, impact, and likelihood factors. Scoring works by mapping these inputs through a matrix to determine actionable priority levels.

Can I use automated risk assessment to assign priority categories to a task backlog?

Yes, automated risk assessment can assign priority categories to a task backlog by calculating scores and mapping them to defined levels like P0-P4 with corresponding labels and recommended actions.

How do I map severity and impact factors to actionable priority levels?

Mapping severity and impact to actionable priority levels requires mapping numerical calculations from a scoring matrix to predefined categories, ensuring critical and severe items are ordered first.

Do I need a specific scoring matrix to automate task ordering by risk and severity?

You need a predefined scoring matrix, typically JSON-based, to automate task ordering. This matrix evaluates severity, impact, and likelihood factors to produce deterministic priority scores.

What are the limitations of using deterministic scoring for issue prioritization?

Deterministic scoring for issue prioritization relies strictly on predefined severity, impact, and likelihood factors, meaning it cannot account for dynamic context or nuanced dependencies outside its matrix.