skills/c-level-advisor/org-health-diagnostic/SKILL.md
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.
npx skillsauth add neekware/ehayeskills org-health-diagnosticInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Eight dimensions. Traffic lights. Real benchmarks. Surfaces the problems you don't know you have.
org health, organizational health, health diagnostic, health dashboard, health check, company health, functional health, team health, startup health, health scorecard, health assessment, risk dashboard
python scripts/health_scorer.py # Guided CLI — enter metrics, get scored dashboard
python scripts/health_scorer.py --json # Output raw JSON for integration
Or describe your metrics:
/health [paste your key metrics or answer prompts]
/health:dimension [financial|revenue|product|engineering|people|ops|security|market]
What it measures: Can we fund operations and invest in growth?
Key metrics:
What it measures: Are customers staying, growing, and recommending us?
Key metrics:
What it measures: Do customers love and use the product?
Key metrics:
What it measures: Can we ship reliably and sustain velocity?
Key metrics:
What it measures: Is the team stable, engaged, and growing?
Key metrics:
What it measures: Are we executing our strategy with discipline?
Key metrics:
What it measures: Are we protecting customers and maintaining compliance?
Key metrics:
What it measures: Are we winning in the market and growing efficiently?
Key metrics:
Each dimension is scored 1-10 with traffic light:
Overall Health Score:
Weighted average by company stage (see references/health-benchmarks.md for weights).
| If this dimension is red... | Watch these dimensions next | | --------------------------- | ------------------------------------------------------------------------------ | | Financial Health | People (freeze hiring) → Engineering (freeze infra) → Product (cut scope) | | Revenue Health | Financial (cash gap) → People (attrition risk) → Market (lose positioning) | | People Health | Engineering (velocity drops) → Product (quality drops) → Revenue (churn rises) | | Engineering Health | Product (features slip) → Revenue (deals stall on product) | | Product Health | Revenue (NRR drops, churn rises) → Market (CAC rises; referrals dry up) | | Operational Health | All dimensions degrade over time (execution failure cascades everywhere) |
ORG HEALTH DIAGNOSTIC — [Company] — [Date]
Stage: [Seed/A/B/C] Overall: [Score]/10 Trend: [↑ Improving / → Stable / ↓ Declining]
DIMENSION SCORES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💰 Financial 🟢 8.2 Runway 14mo, burn 1.6x — strong
📈 Revenue 🟡 5.8 NRR 104%, pipeline thin (1.8x coverage)
🚀 Product 🟢 7.4 NPS 42, DAU/MAU 38%
⚙️ Engineering 🟡 5.2 Debt at 30%, MTTR 3.2h
👥 People 🔴 3.8 Attrition 24%, eng morale low
🔄 Operations 🟡 6.0 OKR 65% completion
🔒 Security 🟢 7.8 SOC 2 Type II complete, 0 incidents
📣 Market 🟡 5.5 CAC rising, win rate dropped to 22%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP PRIORITIES
🔴 [1] People: attrition at 24% — engineering velocity will drop in 60 days
Action: CHRO + CEO to run retention audit; target top 5 at-risk this week
🟡 [2] Revenue: pipeline coverage at 1.8x — Q+1 miss risk is high
Action: CRO to add 3 qualified opps within 30 days or shift forecast down
🟡 [3] Engineering: tech debt at 30% of sprint — shipping will slow by Q3
Action: CTO to propose debt sprint plan; COO to protect capacity
WATCH
→ People → Engineering cascade risk if attrition continues (see dimension interactions)
You don't need all metrics to run a diagnostic. The tool handles partial data:
references/health-benchmarks.md — benchmarks by stage (Seed, A, B, C)scripts/health_scorer.py — CLI scoring tool with traffic light outputtools
# ehAye Multimedia Use this skill for **video, audio, images, media conversion, previews, transcription, thumbnails, frame extraction, Spotter visual search, or FFmpeg-backed processing**. Core rule: use ehAye native media tools first. Do not reach first for shell `ffmpeg`, `ffprobe`, Python, or `mediainfo` when a native media tool can do the job. Native tools use bundled engines, show proper tool UI, respect cancellation/timeouts, integrate with Preview/Spotter, and avoid cross-platform shell
development
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. Handles test generation from source code, coverage report parsing (LCOV/JSON/XML), quality scoring, and framework conversion for TypeScript, JavaScript, Python, and Java projects.
tools
Help a user set up Telegram for ehAye Dojo. Default to Personal private bots (recommended). Group setup is advanced for teams/observers/demos.
development
# Writing Skills ## Overview **Writing skills IS Test-Driven Development applied to process documentation.** **Personal skills live in agent-specific directories (`~/.claude/skills` for Claude Code, `~/.agents/skills/` for Codex)** You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). **Core principle:** If you didn't watch an agent fail without the ski