focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/riceContext preview
What this command does when you run it.
RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options]
name: rice description: "RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options]"
Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.
/rice prioritize <features.csv> Score and rank features /rice prioritize <features.csv> --capacity 20 Rank with effort capacity limit
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
/rice prioritize features.csv /rice prioritize features.csv --capacity 20 /rice prioritize features.csv --output json
> `product-team/skills/product-manager-toolkit/SKILL.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…