insight_report

Generate a Markdown report and JSON handover from phase analysis results.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/huangxn27/broadband-agent-demo --skill insight-report-huangxn27
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: insight_report
Source: https://github.com/huangxn27/broadband-agent-demo/tree/main/backend/skills/insight_report
Command: npx skills add https://github.com/huangxn27/broadband-agent-demo --skill insight-report-huangxn27

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires jinja2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill consolidates results from every analysis phase into a single, polished Markdown report and a structured handover contract for easy sharing with stakeholders.

Core Features & Use Cases

  • Phase aggregation: Collects step_results and reflections across all phases into a unified document.
  • Markdown rendering: Produces a human-readable report with charts and tables.
  • Handover contract: Outputs a JSON structure for structured handoff to downstream teams.
  • Use Case: After a multi-phase data investigation, generate an executive report with key findings for leadership and a machine-readable contract for handoffs.

Quick Start

Provide the phases' results context to the render_report.py script to generate the final Markdown insight report.

Frequently Asked Questions about insight_report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Markdown report from multiple analysis phases?โ–ผ

You can generate a Markdown report from multiple analysis phases by supplying the completed phase results to a render script, which consolidates step results and reflections into a unified document.

What is a handover contract in data reporting?โ–ผ

A handover contract in data reporting is a structured JSON output that enables formal handoff of final deliverables and archival records to downstream teams after analysis completion.

How do I consolidate step results and reflections into an executive report?โ–ผ

Consolidate step results and reflections into an executive report by running an automated rendering script that aggregates multi-phase investigation outcomes into a human-readable Markdown document for leadership.

Does this reporting tool require Jinja2 to render Markdown output?โ–ผ

Yes, the reporting tool requires Jinja2 as a dependency to render Markdown output and structured JSON handover contracts from aggregated phase analysis results.

Can I use this tool to handle both multi-phase and legacy data formats?โ–ผ

Yes, you can use this tool to handle both multi-phase and legacy data formats, as the rendering script processes and synthesizes results from various structural inputs into a unified report.