report

GitHub

规划结构化业务分析报告,通过查询数据验证证据并生成大纲供确认,不直接输出最终文件。

skills/report/SKILL.md Zafer-Liu/Data-Analysis-Agent

触发场景

需要生成结构化业务分析报告 需要基于数据制定报告大纲

安装

npx skills add Zafer-Liu/Data-Analysis-Agent --skill report -g -y
更多选项

不安装直接使用

npx skills use Zafer-Liu/Data-Analysis-Agent@report

指定 Agent (Claude Code)

npx skills add Zafer-Liu/Data-Analysis-Agent --skill report -a claude-code -g -y

安装 repo 全部 skill

npx skills add Zafer-Liu/Data-Analysis-Agent --all -g -y

预览 repo 内 skill

npx skills add Zafer-Liu/Data-Analysis-Agent --list

SKILL.md

Frontmatter
{
    "icon": "📄",
    "name": "report",
    "description": "规划结构化业务分析报告(report 报告生成)",
    "allowedTools": [
        "get_schema",
        "query_data",
        "propose_report_outline"
    ]
}

报告规划

基于真实数据形成目标、受众、结论、证据和建议结构,引用关键指标与表。先提交报告大纲供确认,不直接生成最终文件;确认后由受控输出流程执行。

Tool routing

  1. Use get_schema to identify available source tables, metrics, dimensions, and artifacts.
  2. Use query_data only to validate the numbers and evidence needed for the outline.
  3. Use propose_report_outline to create the report structure. Do not export the final report in this skill turn.
  4. After user confirmation, the controlled report command flow may call the export tool.
  5. Keep the proposal compact: 4–6 sections and no more than 120 Chinese characters per section body. Submit an outline, not the complete report正文, so the tool-call JSON remains bounded and valid.

Implementation reference

  • Proposal tool entry: agent/tools/business/export.py::_tool_propose_report_outline
  • Export tool entry: agent/tools/business/export.py::_tool_export_report
  • Report implementation: Function/Output/report_export.py

版本历史

  • d6a2c3e 当前 2026-07-24 12:12

同 Skill 集合

skills/ab-test-analysis/SKILL.md
skills/bcg-matrix/SKILL.md
skills/business-model-canvas/SKILL.md
skills/swot-analysis/SKILL.md
skills/value-proposition/SKILL.md
skills/arima/SKILL.md
skills/chart/SKILL.md
skills/dashboard/SKILL.md
skills/data/SKILL.md
skills/decile/SKILL.md
skills/export/SKILL.md
skills/feishu-bitable/SKILL.md
skills/funnel-analysis/SKILL.md
skills/gru/SKILL.md
skills/inset/SKILL.md
skills/kmeans/SKILL.md
skills/logistic/SKILL.md
skills/ppt/SKILL.md
skills/prophet/SKILL.md
skills/regression/SKILL.md
skills/sarima/SKILL.md
skills/screening/SKILL.md
skills/sql/SKILL.md
skills/tree/SKILL.md
skills/trimming/SKILL.md
skills/var/SKILL.md
skills/winsorize/SKILL.md

元信息

文件数
0
版本
6464cc1
Hash
7ab7c8ae
收录时间
2026-07-24 12:12

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-17 02:08
浙ICP备14020137号-1