What problem does it solve? After running deep research, you end up with many scattered JSON result files that are hard to read and compare. This Skill consolidates them into a single structured markdown report with a table of contents and detailed sections. ## Core Features & Use Cases - Automatic Report Generation: Reads all JSON results from the research output directory and produces a markdown report with anchor-linked TOC and category-organized details. - Uncertainty Filtering: Skips fields marked with [uncertain], listed in the uncertain array, or empty, so the report only shows confident data. - Flexible Structure Handling: Supports both flat and nested JSON structures with multi-language category mapping (Chinese/English), plus user-selected summary fields shown in the TOC. - Use Case: After researching 20 AI coding tools, run this Skill to produce a report.md where the TOC lists each tool with stars and benchmark scores, followed by detailed per-category breakdowns. ## Quick Start Run /research-report to summarize all deep research JSON results in the current topic directory into a markdown report.