focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Portfolio health dashboard and risk matrix analysis. Usage: /project-health <dashboard|risk> [options]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/project-healthContext preview
What this command does when you run it.
Portfolio health dashboard and risk matrix analysis. Usage: /project-health <dashboard|risk> [options]
name: project-health description: "Portfolio health dashboard and risk matrix analysis. Usage: /project-health <dashboard|risk> [options]" argument-hint: "<dashboard|risk> [options]"
Generate portfolio health dashboards and risk matrices for project oversight.
/project-health dashboard <project_data.json> Portfolio health dashboard /project-health risk <risk_data.json> Risk matrix analysis
{
"project_name": "Platform Rewrite",
"schedule": {"planned_end": "2026-06-30", "projected_end": "2026-07-15", "milestones_hit": 4, "milestones_total": 6},
"budget": {"allocated": 500000, "spent": 320000, "forecast": 520000},
"scope": {"features_planned": 40, "features_delivered": 28, "change_requests": 3},
"quality": {"defect_rate": 0.05, "test_coverage": 0.82},
"risks": [{"description": "Key engineer leaving", "probability": 0.3, "impact": 0.8}]
}/project-health dashboard portfolio-q2.json /project-health risk risk-register.json /project-health dashboard portfolio-q2.json --format json
> `project-management/skills/senior-pm/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…