install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/health-score" ~/.claude/skills/majiayu000-claude-skill-registry-health-score && rm -rf "$T"
manifest:
skills/data/health-score/SKILL.mdsource content
Purpose
Monitor portfolio health, identify at-risk accounts, and prioritize proactive engagement.
Usage
- Full portfolio review/health-score
- Focus on specific segment/tier/health-score [segment]
Steps
-
Scan customer account pages in 05-Areas/People/External/ and 05-Areas/Companies/
-
For each account, assess:
- Last contact date (flag if >30 days)
- Open support issues
- Product adoption/usage trends
- Upcoming renewal dates
- Champion engagement
-
Calculate health indicators:
- Green: Engaged, no issues
- Yellow: Warning signs
- Red: At-risk
-
Generate portfolio dashboard:
- Health distribution
- At-risk accounts with reasons
- Proactive outreach recommendations
Output Format
# 💚 Portfolio Health Score **Accounts:** [Total] **Health distribution:** Green: [X] | Yellow: [X] | Red: [X] ## 🚨 At-Risk (Red) ### [Account Name] - **Risk factors:** No contact in 45 days, support ticket open 2 weeks - **Renewal:** [Date] (X days away) - **Action:** Schedule check-in call this week ## ⚠️ Watch List (Yellow) [Similar format] ## ✅ Healthy (Green) [Count] accounts in good standing ## Proactive Outreach Needed 1. [Account] - [Reason] - [Suggested action]