training-report

Generate structured training and workshop reports as Markdown drafts and final .docx documents.

Updated May 23, 2026
One-click install
npx skills add https://github.com/Oatse/CWE-Automation --skill training-report-oatse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: training-report
Source: https://github.com/Oatse/CWE-Automation/tree/main/.agents/skills/training-report
Command: npx skills add https://github.com/Oatse/CWE-Automation --skill training-report-oatse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing a professional training or workshop report after a session is time-consuming and easy to get wrong: details get fabricated, tone misses the audience, and formatting a polished Word document from scratch is tedious. This Skill runs a structured interview with the trainer, drafts the report in Markdown for fast iteration, and produces a final branded .docx only once the content is approved. ## Core Features & Use Cases - Structured interview workflow: Batched questions covering session metadata, context, participant levels, step-by-step walkthrough, deliverables, individual feedback, recommendations, and annexes. - Audience- and language-aware writing: Tone-of-voice guidance for executives, HR, direct management, external clients, and archives, across French, English, Spanish, German, and Portuguese, with AI-tell elimination rules. - Markdown-first, docx-last pipeline: The .md file is the canonical artifact iterated with the user; the .docx is generated once at the end, optionally using a branded company template. - Use Case: After running a half-day Docker workshop for 8 developers, tell the agent the session details; it interviews you for the gaps, drafts a diplomatic report with recommendations and annexes, and delivers a formatted Word document for management. ## Quick Start Ask the agent to write a training report for the workshop you just ran, and answer its questions about language, audience, and session details.

Frequently Asked Questions about training-report

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

FAQPage Schema
How do I write a training report after running a workshop?

Invoke the skill and it guides you through a structured interview covering session metadata, context, participant levels, a step-by-step walkthrough, recommendations, and annexes. It then drafts the report in Markdown for your review before generating the final Word document.

How to generate a Word document from a training session summary?

The skill first builds and iterates a Markdown draft with you, then generates the .docx once at the end using the docx skill. If you provide a branded company template, it unpacks the template, injects content into existing styles, and repacks it.

Does the training report skill support French or other languages?

Yes, it asks for the report language in Step 1 and includes tone-of-voice guidance for French, English, Spanish, German, and Portuguese. It handles formal register, typography conventions like guillemets and non-breaking spaces, and removes common AI writing tells per language.

Can I use a company Word template for the report?

Yes, in Step 2 the skill asks whether you have a .docx template with company branding. If provided, it preserves headers, footers, logos, fonts, and colors, mapping report sections to the template's existing paragraph styles.

Why does the skill skip the Individual Feedback section sometimes?

Individual Feedback is optional and only written when the trainer explicitly provides observations about named participants. The skill never invents feedback, and for external clients it advises group-level language for negative observations to stay diplomatic.

What happens if the docx skill is not installed?

The skill checks for the docx skill dependency before starting and warns you if it is missing, since it is required for final Word document generation. You can still proceed with the Markdown draft and install the docx skill afterward.