report-writing

Convert scattered source materials into a structured Word report.

97|18|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/GAIK-project/gaik-toolkit --skill report-writing-gaik-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-writing
Source: https://github.com/GAIK-project/gaik-toolkit/tree/main/implementation_layer/no-code-assets/agent-skills/report-writing-skill/report-writing
Command: npx skills add https://github.com/GAIK-project/gaik-toolkit --skill report-writing-gaik-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts scattered source materials — recordings, notes, diagrams, PDFs, and other documents — into a single, well-formatted MS Word report, saving time and reducing manual assembly.

Core Features & Use Cases

  • Automatic content fusion: aggregates audio, images, and text sources into a coherent report structure.
  • Template and sample-based formatting: applies predefined headers and styles when templates or samples are provided.
  • Context-aware section inference: analyzes signals (decisions, data, action items, questions) to include only relevant sections.

Quick Start

Prepare an input folder containing input_documents (required), and optional templates/ and sample_documents/. Run the skill with the root path of this folder. If a template is provided, the deliverable copies the template structure and fills in sections; if only a sample is present, the output follows the sample's structure and style. The skill will transcribe audio via gaik-transcriber, fuse all content with separators, infer sections from signals, and save the final Word document back to the input_documents folder for easy retrieval.

Frequently Asked Questions about report-writing

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

FAQPage Schema
How do I generate a Word report from scattered notes, PDFs, and audio recordings?

To generate a Word report from scattered sources, place your input documents, optional templates, and samples into a single folder. The skill fuses audio, text, and images, infers relevant sections from content signals, and saves the final formatted document back to your folder.

Can I use a custom Word template for automated document generation?

Yes, you can use a custom Word template for automated document generation. If you place a template file in the templates folder, the skill preserves its formatting, copies the predefined header structure, and fills in the inferred sections based on your source materials.

How does audio transcription work when creating meeting reports?

Audio transcription for meeting reports is handled automatically during the content fusion process. The skill transcribes your audio files via its internal transcriber, aggregates the text with other sources using separators, and uses the transcribed content to infer relevant report sections.

What is the best way to structure a project documentation report from multiple file types?

The best way to structure project documentation from multiple files is to provide a sample document. The skill analyzes content signals like decisions, data, and action items, then follows the sample's structure and style to output a coherent report without requiring a strict template.

Do I need to manually organize my input files before report generation?

You need to organize input files into a root folder containing an input_documents directory for required sources, plus optional templates and sample_documents folders. This validation step ensures the skill correctly locates, fuses, and processes your scattered materials into a single report.

What sections are included when inferring report structure from research notes?

When inferring report structure from research notes, the skill analyzes content signals such as decisions, data, action items, and questions. It includes only the relevant sections based on these detected signals, ensuring the final document reflects the actual substance of your source materials.