rice — quality + safety report
In the Skillier index (alireza__rice) · scanned 2026-06-03 · engine: builtin+triage
✓ Clean — no heuristic safety flags surfaced.
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
About this skill
RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv options
📄 Read the SKILL.md
--- name: rice description: RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options] --- # /rice Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints. ## Usage ``` /rice prioritize <features.csv> Score and rank features /rice prioritize <features.csv> --capacity 20 Rank with effort capacity limit ``` ## Input Format ```csv feature,reach,impact,confidence,effort Dark mode,5000,2,0.8,3 API v2,12000,3,0.9,8 SSO integration,3000,2,0.7,5 Mobile app,20000,3,0.5,13 ``` ## Examples ``` /rice prioritize features.csv /rice prioritize features.csv --capacity 20 /rice prioritize features.csv --output json ``` ## Scripts - `product-team/product-manager-toolkit/scripts/rice_prioritizer.py` — RICE prioritizer (`<input.csv> [--capacity N] [--output text|json|csv]`) ## Skill Reference > `product-team/product-manager-toolkit/SKILL.md`
Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.