diff --git a/skills/csv-data-analysis/SKILL.md b/skills/csv-data-analysis/SKILL.md index ad05276a6..ed29570bc 100644 --- a/skills/csv-data-analysis/SKILL.md +++ b/skills/csv-data-analysis/SKILL.md @@ -37,15 +37,15 @@ Read the "Statistical Summary" obtained in Step 1, and reason about the business **Critical Rules (Must Follow):** -1. **You must set `template_path`** to `csv-data-analysis/templates/report_template.html`. The template has built-in complete ECharts rendering JavaScript code and all section titles and footer text. You only need to fill in 8 content placeholders via the `data` parameter. **Never write or modify any JavaScript chart rendering code yourself.** +1. **You must set `template_path`** to `csv-data-analysis/templates/report_template.html`. The template has built-in complete ECharts rendering JavaScript code and all section titles and footer text. You only need to fill in 9 content placeholders via the `data` parameter. **Never write or modify any JavaScript chart rendering code yourself.** 2. **Marker data blocks are automatically injected by the backend** — you must not pass them in `data`. The backend automatically extracts content from `###KEY_START###...###KEY_END###` markers in the script output and injects it into the template; in this skill, this is primarily `CHART_DATA_JSON`. 3. **`*_INSIGHTS`, `EXEC_SUMMARY`, and `CONCLUSIONS`** must use HTML formatting (e.g., `

`, `