Org Health Diagnostic
Cross-functional organizational health check combining signals from all C-suite roles. Scores 8 dimensions on a traffic-light scale with drill-down recommendations. Use when assessing overall company health, preparing for board reviews, identifying at-risk functions, or when user mentions org health, health check, or health dashboard.
✨ What it does
- Scores 8 dimensions (Financial, Revenue, Product, Engineering, People, Operations, Security, Market) on a 1-10 scale wit
- Provides drill-down recommendations for red and yellow dimensions.
- Shows dimension interactions to predict cascading problems.
- Handles partial data gracefully, flagging missing metrics.
- Outputs a formatted dashboard with overall score and top priorities.
🎯 When to use it
- Assessing overall company health before board reviews or investor updates.
- Identifying at-risk functions or departments that need immediate attention.
- When the user mentions 'org health', 'health check', or 'health dashboard'.
- Running a periodic health diagnostic to track trends across dimensions.
🚀 How to use
Trigger the skill by asking for an org health check or health diagnostic. Provide key metrics for each dimension (or answer prompts in guided CLI). You can also run the Python script directly. Example prompts:
Run an org health check
Score our engineering health
📄 Output: A formatted dashboard with dimension scores, traffic lights, top priorities, and watch items.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/c-level-advisor/skills/org-health-diagnostic .claude/skills/org-health-diagnosticSkill source: c-level-advisor/skills/org-health-diagnostic/SKILL.md
⚠️ Good to know
Requires input metrics for at least some dimensions; missing metrics are excluded and flagged.
❓ FAQ
What if I don't have all the metrics?
The tool handles partial data: missing metrics are excluded from the score and flagged as '[data needed]'.
How is the overall health score calculated?
It is a weighted average of dimension scores, with weights based on company stage (Seed, A, B, C).
What does a red dimension mean?
A red dimension (score 1-3) requires action within 30 days.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.