calculate-priority-score

Calculate numeric priority scores from severity, impact, and likelihood inputs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ronmikailov/site-360 --skill calculate-priority-score-ronmikailov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calculate-priority-score
Source: https://github.com/ronmikailov/site-360/tree/main/.claude/skills/calculate-priority-score
Command: npx skills add https://github.com/ronmikailov/site-360 --skill calculate-priority-score-ronmikailov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Calculates a numerical priority score for bugs, issues, or tasks by combining severity, impact, and likelihood to help teams prioritize work.

Core Features & Use Cases

  • Score aggregation: combines severity, impact, and likelihood into a single numeric score.
  • Category mapping: translates scores into priority labels (P0–P4) with recommended actions.
  • Use cases: bug triage, risk assessment, sprint planning, backlog refinement.

Quick Start

Provide an issue object with severity, impact, and likelihood to compute its score and corresponding priority.

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 triage?

To calculate a priority score for bug triage, provide an issue object with severity, impact, and likelihood values. The Skill aggregates these inputs into a numeric score and maps it to a P0–P4 priority label with a recommended action.

What is the best way to prioritize a backlog based on issue severity?

Prioritizing a backlog based on issue severity involves combining severity, impact, and likelihood into a single numeric score. This method translates raw issue attributes into structured P0–P4 priority labels and recommended actions for sprint planning.

How does risk assessment scoring work for issue management?

Risk assessment scoring works by taking input values for severity, impact, and likelihood, then aggregating them into a numeric priority score. This score is categorized into priority levels with corresponding factors and recommended actions to manage issues.

Can I use severity and impact to map issues to P0-P4 priority labels?

Yes, you can use severity and impact, along with likelihood, to map issues to P0–P4 priority labels. The Skill applies category mapping logic to the calculated numeric score, returning a structured result with the appropriate priority label and recommended action.

What happens if invalid input values are provided for priority calculation?

If invalid input values are provided for priority calculation, the Skill applies input validation and clear error handling. It checks the provided severity, impact, and likelihood values before attempting to compute and return the structured priority score.