# Recommendation Ranker

> Rank SQL performance recommendations by expected impact, operational risk, and implementation effort.

- Skill: `rweisssieker-xp/recommendation-ranker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rweisssieker-xp/recommendation-ranker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rweisssieker-xp/recommendation-ranker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: rweisssieker-xp (https://skillmd.com/u/rweisssieker-xp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rweisssieker-xp/recommendation-ranker

---


# Recommendation Ranker

Run:

```bash
node runtime/runTool.js recommendation_ranker '{"recommendations":[{"id":"narrow_projection","impact":"medium","risk":"low","effort":"low"}]}'
```

Returns ranked recommendations and score rationale.

