📦 analysis-report — 生成数据分析报告
v1.0.0编排并生成完整的数据分析报告。当用户需要一份结构化的分析报告(而非单个指标查询或单点分析)时,必须使用此 Skill。本 Skill 是编排层——它不包含分析逻辑,而是知道“一份好报告该有什么内容”,按报告模板依次调度能力层 Skill(metric-query、anomaly-detection、metric-forecast 等)完成数据获取、异常检测、趋势预测、可视化与解读,最终输出可直接交付的 PDF/HTML 报告。
详细分析 ▾
运行时依赖
版本
analysis-report v1.0.0 - Initial release of the skill for orchestrating and generating complete, structured data analysis reports. - Provides a report "editor-in-chief" function: determines required report sections, dispatches metric-query, anomaly-detection, metric-attribution, forecast-simulation skills for each part, and weaves results into a logical narrative. - Clarifies use case boundaries: use this skill for comprehensive, multi-section reports; not for one-off metric queries or simple anomaly checks. - Implements transparent report structuring: presents report outlines for user confirmation, customizes content depth, and adapts to audience and frequency needs. - Ensures context handover between report sections via a shared `report_context`, supporting logical flow and coherence in the final report. - Outputs in Markdown by default, supporting conversion to docx/pptx/xlsx if requested.