rank

Rank and order items by user-specified criteria with weighted scoring.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/supertyrelle/pelley --skill rank-supertyrelle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rank
Source: https://github.com/supertyrelle/pelley/tree/main/skills/rank
Command: npx skills add https://github.com/supertyrelle/pelley --skill rank-supertyrelle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a loose list of findings or options into a clear, ordered priority list so you can decide what matters most first.

Core Features & Use Cases

  • Weighted scoring: Assigns 1-5 scores across one or more criteria and combines them into a final rank.
  • Context-aware ranking: Reads structured output from earlier pipeline steps and preserves source attribution and confidence levels.
  • Use cases: Prioritize bug reports by severity, order audit findings by risk, or compare tasks by effort and impact before execution.

Quick Start

Ask the rank skill to order the previous findings by security risk and effort so the most urgent items appear first.

Frequently Asked Questions about rank

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

FAQPage Schema
How do I prioritize a list of bugs by risk and effort using weighted scores?

You can prioritize a list of bugs by applying 1-5 weighted scores across multiple criteria like risk and effort, combining them into a final ordered list with summary rationale.

What is the best way to compare and sort audit findings by severity?

The best way to compare and sort audit findings is to apply numeric scoring across one or more dimensions, preserving source attribution and confidence levels to output a clear ordered priority list.

How do I rank tasks by impact and complexity before execution?

You can rank tasks by assigning numeric scores to dimensions like impact and complexity, which aggregates the weighted values into a final prioritized order for execution planning.

Can I order findings from a previous analysis step while preserving source provenance?

Yes, you can order findings from previous pipeline steps because the ranking process reads structured output and preserves source attribution and confidence levels throughout the prioritization.

Does weighted scoring support multiple dimensions for prioritizing options?

Weighted scoring supports multiple dimensions by assigning 1-5 scores across one or more criteria and combining those values to produce a final ranked order of options.

What format does item input need to be in for ranking tasks?

Ranking tasks require structured item input to apply numeric scoring across specified dimensions, ensuring the final ordered list maintains accurate provenance and summary rationale.