About this skill
The Family Health Analyzer skill provides a comprehensive deep analysis of family health data. It's designed to help users understand their family's health landscape by systematically evaluating genetic risks, identifying common disease patterns within the family, and analyzing shared health issues. The skill generates personalized preventative advice and can produce detailed visualized reports. It processes various health data sources, including a main family health tracker file and integrated modules for specific conditions like hypertension and diabetes, along with individual profile data. The analysis involves data validation, cleaning, advanced genetic pattern recognition algorithms, and weighted risk calculation to provide insightful health assessments.
Best use case
This skill is ideal for individuals or families looking to gain a deeper understanding of their inherited health predispositions and common family health challenges. It can be used by health-conscious users, caregivers, or anyone wanting proactive, personalized health recommendations based on their family's medical history.
分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议
Users can expect a detailed family health report, including genetic risk scores, identified family disease patterns (e.g., conditions prevalent across generations or siblings), analysis of common family health issues, and highly personalized preventative health recommendations. The skill also explicitly mentions the generation of 'visualized reports'.
Practical example
Example input
Can you generate a family health report for us? Analyze our family medical history and assess our genetic risks. What are the common health trends in my family? /family report /family risk
Example output
{"report_title": "Comprehensive Family Health Analysis Report", "summary": "This report analyzes your family's medical history, identifying key genetic risks and health patterns to provide personalized preventative advice.", "genetic_risk_assessment": {"overall_score": 7.8, "high_risk_conditions": [{"condition": "Hypertension", "risk_level": "High", "early_onset_cases": 3}, {"condition": "Type 2 Diabetes", "risk_level": "Medium", "early_onset_cases": 1}], "patterns_identified": ["Strong family history of cardiovascular diseases (hypertension, early heart disease) on paternal side.", "Prevalence of Type 2 Diabetes across multiple generations on maternal side."]}, "family_common_issues": [{"issue": "High Cholesterol", "prevalence": "4 out of 6 immediate family members"}, {"issue": "Seasonal Allergies", "prevalence": "All immediate family members"}], "personalized_prevention_advice": ["Monitor blood pressure regularly, especially for individuals over 30.", "Adopt a Mediterranean diet focusing on whole grains, lean proteins, and healthy fats to mitigate cardiovascular risks.", "Regular exercise (at least 150 minutes of moderate intensity per week) is highly recommended for all adult family members.", "Schedule annual fasting blood glucose tests starting from age 35, given the family history of diabetes.", "Consider genetic counseling to understand specific inherited risks in more detail."], "visual_report_link": "https://example.com/family-health-report-visual.pdf"}When to use this skill
- When the user explicitly asks for a 'Family Health Report'.
- When the user requests 'Family Medical History Analysis' or 'Genetic Risk Assessment'.
- When the user inquires about 'Family Health Trends' or 'Common Family Health Issues'.
- When the user executes the `/family report` command.
When not to use this skill
- For diagnosing acute medical conditions or emergencies; this skill provides analytical insights, not immediate medical diagnoses or treatment.
- When reliable family health data is unavailable or incomplete, as the analysis quality depends heavily on data input.
- As a substitute for professional medical advice or consultation with a healthcare provider.
- When strict data privacy requirements cannot be met for storing sensitive health information.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/family-health-analyzer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How family-health-analyzer Compares
| Feature / Agent | family-health-analyzer | Standard Approach |
|---|---|---|
| Platform Support | Claude | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | medium | N/A |
Frequently Asked Questions
What does this skill do?
分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议
Which AI agents support this skill?
This skill is designed for Claude.
How difficult is it to install?
The installation complexity is rated as medium. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# 家庭健康分析技能
## When to Use
- 需要分析家族病史、遗传风险或家庭层面的健康模式时使用。
- 任务涉及家庭健康报告、家族聚集性疾病识别或预防建议生成。
- 需要把多个家庭成员的健康数据汇总后做趋势或风险评估。
## 技能概述
本技能提供家庭健康数据的深度分析,包括:
- 遗传风险评估
- 家族疾病模式识别
- 家庭共同问题分析
- 个性化预防建议
- 可视化报告生成
## 触发条件
当用户请求以下内容时,使用此技能:
- "家庭健康报告"
- "家族病史分析"
- "遗传风险评估"
- "家庭健康趋势"
- 执行 `/family report` 命令
- 执行 `/family risk` 命令
## 分析步骤
### 步骤1: 确定分析目标
识别用户请求类型:
- 家族病史分析
- 遗传风险评估
- 家庭健康趋势
- 家庭健康报告
### 步骤2: 读取家庭数据
**数据源:**
1. 主数据文件: `data/family-health-tracker.json`
2. 集成模块数据:
- `data/hypertension-tracker.json`
- `data/diabetes-tracker.json`
- `data/profile.json`
### 步骤3: 数据验证与清洗
**验证项目:**
- 关系完整性
- 年龄合理性
- 数据一致性
### 步骤4: 遗传模式识别
**识别算法:**
1. 家族聚集性分析
2. 遗传模式识别
3. 早发病例识别(通常<50岁)
### 步骤5: 风险计算算法
**加权计算:**
```python
遗传风险评分 = (一级亲属患病数 × 0.4) +
(早发病例数 × 0.3) +
(家族聚集度 × 0.3)
风险等级:
- 高风险: ≥70%
- 中风险: 40%-69%
- 低风险: <40%
```
### 步骤6: 生成预防建议
**建议分类:**
- 筛查建议:定期检查项目
- 生活方式建议:饮食、运动、作息
- 就医建议:何时就医、咨询专科
**示例:**
```json
{
"category": "screening",
"action": "定期血压监测",
"frequency": "每周3次",
"start_age": 35,
"priority": "high"
}
```
### 步骤7: 生成可视化报告
**HTML报告组件:**
1. 家谱树(ECharts树图)
2. 遗传风险热力图
3. 疾病分布饼图
4. 预防建议时间线
### 步骤8: 输出结果
**输出格式:**
1. 文本报告(简洁版):命令行输出
2. HTML报告(完整版):可视化图表
## 安全原则
### 医学安全边界
- ✅ 仅基于家族病史进行统计分析
- ✅ 提供预防建议和筛查提醒
- ✅ 明确标注不确定性
- ❌ 不进行遗传疾病诊断
- ❌ 不预测个体发病概率
- ❌ 不推荐具体治疗方案
### 免责声明
每次分析输出必须包含:
```
⚠️ 免责声明:
1. 本分析基于家族病史统计,仅供参考
2. 遗传风险评估不预测个体发病
3. 所有医疗决策请咨询专业医师
4. 遗传咨询建议咨询专业遗传咨询师
```
## 集成现有模块
- 读取高血压管理数据
- 读取糖尿病管理数据
- 关联用药记录
---
**技能版本**: v1.0
**最后更新**: 2025-01-08
**维护者**: WellAlly TechRelated Skills
mental-health-analyzer
分析心理健康数据、识别心理模式、评估心理健康状况、提供个性化心理健康建议。支持与睡眠、运动、营养等其他健康数据的关联分析。
health-trend-analyzer
分析一段时间内健康数据的趋势和模式。关联药物、症状、生命体征、化验结果和其他健康指标的变化。识别令人担忧的趋势、改善情况,并提供数据驱动的洞察。当用户询问健康趋势、模式、随时间的变化或"我的健康状况有什么变化?"时使用。支持多维度分析(体重/BMI、症状、药物依从性、化验结果、情绪睡眠),相关性分析,变化检测,以及交互式HTML可视化报告(ECharts图表)。
fitness-analyzer
分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。
nft-standards
Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.
nextjs-app-router-patterns
Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.
new-rails-project
Create a new Rails project
networkx
NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs.
network-engineer
Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.
nestjs-expert
You are an expert in Nest.js with deep knowledge of enterprise-grade Node.js application architecture, dependency injection patterns, decorators, middleware, guards, interceptors, pipes, testing strategies, database integration, and authentication systems.
nerdzao-elite
Senior Elite Software Engineer (15+) and Senior Product Designer. Full workflow with planning, architecture, TDD, clean code, and pixel-perfect UX validation.
nerdzao-elite-gemini-high
Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens.
native-data-fetching
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (useLoaderData).