.claude/skills/weekly-kpi-report/SKILL.md
Generate McKinsey-style board presentation PPTs from weekly auto insurance data. Automatically calculates 16+ KPIs, creates executive-level slides with actionable insights, and supports week-over-week comparisons. Use when user uploads insurance cost data (Excel/CSV) and requests board report, weekly presentation, executive briefing, or mentions keywords like 董事会汇报, 周报PPT, 经营分析演示, McKinsey-style reports.
npx skillsauth add alongor666/chexianduoweifenxi weekly-kpi-reportInstall 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.
Transform weekly auto insurance policy cost data into executive-ready board presentation slides using McKinsey consulting design principles. Generate data-driven insights with conclusion-first structure, professional visualization, and actionable recommendations.
User: "Generate board report from this week's insurance data"
Assistant (using this skill):
1. Validates uploaded file and extracts week number
2. Calculates 16+ KPIs (cost rates, premium progress, loss ratios)
3. Generates 12-13 slide deck with:
- Executive summary with key insights
- Institutional and customer segment analysis
- Problem-oriented headlines with actionable recommendations
4. Returns: "{Organization}_Week{N}_McKinsey_Report.pptx"
references/config.jsonTrigger this skill when:
Execute the data validator to ensure data quality:
python scripts/data_validator.py <uploaded_file_path>
The validator checks:
Calculate board-level KPIs (not raw data dumps):
python scripts/kpi_calculator.py <file_path> <week_number>
Four KPI Categories:
Business Scale
Profitability
Business Structure
Risk Management
Create presentation slides with consulting-grade design:
python scripts/board_ppt_generator.py <week_number> <kpi_data_json>
Slide Structure (7 slides):
Refer to references/mckinsey-style-guide.md for detailed design principles.
When user provides data for two consecutive weeks:
python scripts/optional_modules/week_comparator.py <week1_kpis.json> <week2_kpis.json>
Generates additional comparison slide showing WoW changes in key metrics.
McKinsey Three Pillars:
Conclusion-First Titles - Every slide title answers "So what?"
Minimalist Layout - Less is more
Left-Aligned Structure - Professional business style
Color Scheme: Uses client-specific colors extracted from corporate reports:
Configure colors in assets/mckinsey_config.json.
Customize business rules in config.json:
{
"预警阈值": {
"综合成本率_上限": 95, // Alert if combined ratio > 95%
"新能源车赔付率差距": 10 // Alert if NEV loss ratio > traditional + 10pp
}
}
{
"报表参数": {
"显示TOP业务类型数": 5, // Show top 5 business types
"显示TOP机构数": 5 // Show top 5 distribution channels
}
}
Refer to references/config-guide.md for full configuration options.
Example 1: Basic Usage
User: 我上传了第45周的车险数据,帮我生成董事会汇报PPT
Execution:
1. Identify file: "车险保单变动成本清单__第45周_.xlsx"
2. Run data_validator.py
3. Run kpi_calculator.py with config.json thresholds
4. Run board_ppt_generator.py using assets/mckinsey_board_template.pptx
5. Output: "华安车险周报_第45周_麦肯锡版.pptx"
6. Return download link with brief data summary
Generated PPT files saved to: /mnt/user-data/outputs/
Filename format: 华安车险周报_第{week_number}周_麦肯锡版.pptx
development
华安保险车险周报HTML可视化生成器。将车险周报数据(Excel/CSV/JSON/DuckDB)转化为交互式网页仪表盘,支持标签页切换(经营概览、保费进度、变动成本、损失暴露、费用支出)和下钻分析(机构/客户类别双维度)。采用ECharts图表、响应式布局、麦肯锡配色方案。触发场景:用户上传车险周报数据文件,要求生成HTML可视化网页、交互式仪表盘或网页版报告。
testing
Claude技能质量检查器,自动验证技能是否符合官方最佳实践标准。Use when 创建新技能需要验证规范、 修改现有技能需要质量检查、从他人处获取技能需要评估质量、批量检查多个技能的合规性。 适用于: (1) 新技能开发后的质量验证 (2) 技能更新后的合规检查 (3) 第三方技能的质量评估 (4) 团队技能库的标准化管理 (5) 技能打包前的最终审核
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
tools
项目知识库管理器 - 将保险业务项目文档(数据分析、PPT报告、技术方案)转化为结构化、可迁移的知识资产。支持:(1)自动生成2类标准化模板(项目启动/技术方案);(2)从Markdown/代码仓库智能提取技术决策和可复用模式;(3)统一文档格式标准;(4)生成可跨项目复用的知识库。触发场景:用户要整理项目文档、创建知识库、生成项目模板、提取技术经验、标准化现有文档时使用。