LLM Skills
~/catalog/project management//project-health
Project managementGitHub source

Dashboards & risk matrices (project)

/project-health

Generate dashboards on the status of the portfolio and risk matrices for project oversight.

alirezarezvanialirezarezvani
24.5k
March 13, 2026
MIT License
// skill content

--- name: project-health description: Portfolio health dashboard and risk matrix analysis. Usage: /project-health <dashboard|risk> [options] --- # /project-health Generate portfolio health dashboards and risk matrices for project oversight. ## Usage `` /project-health dashboard <project_data.json> Portfolio health dashboard /project-health risk <risk_data.json> Risk matrix analysis ` ## Input Format `json { "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}] } ` ## Examples ` /project-health dashboard portfolio-q2.json /project-health risk risk-register.json /project-health dashboard portfolio-q2.json --format json ` ## Scripts - project-management/senior-pm/scripts/projecthealthdashboard.py : Health dashboard (<data_file> [--format text|json]) - project-management/senior-pm/scripts/riskmatrixanalyzer.py : Risk matrix analyzer (<data_file> [--format text|json]) ## Skill Reference > project-management/senior-pm/SKILL.md`

// original public source
alirezarezvani/claude-skills
/commands/project-health.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/project-health.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/project-health.md"
Then in Claude Code, type /project-health to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 24.5k
LicenseMIT License
UpdatedMarch 13, 2026
Format.md
AccessFree
// similar

Skills Project management

View allarrow_forward