knowledge-exam

Generate German knowledge-check exams and solution files from class Git history.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/georgernstgraf/aitranscribe-windows --skill knowledge-exam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-exam
Source: https://github.com/georgernstgraf/aitranscribe-windows/tree/main/skills/knowledge-exam
Command: npx skills add https://github.com/georgernstgraf/aitranscribe-windows --skill knowledge-exam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of German knowledge-check exams and solution files from class Git history.

Core Features & Use Cases

  • Generates a German-language exam and a separate solution file from the latest class Git commits within a specified weeks window.
  • Validates inputs (class, weeks, exam-date) and resolves the ISO date for output filenames.
  • Produces two output files: knowledge_<class><isodate>.md (exam) and knowledge<class>_<isodate>_solutions.md (solutions), ready for distribution in a course.

Quick Start

Provide inputs including class, weeks, exam-date, and optional mc-count and free-count to generate the German exam file and its solution.

Frequently Asked Questions about knowledge-exam

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

FAQPage Schema
How do I generate German exams from Git history automatically?

Yes, you can create separate solution files for German exams. Alongside the main exam file, the Skill automatically generates a dedicated solutions Markdown file containing answers for the assessed material derived from your Git history.

What inputs are required to create a knowledge-check exam from class commits?

Git history exam generation validates the provided class, weeks, and exam date, resolving the exam date into an ISO date format. It then ensures the generated Markdown output filenames correctly match the target class and resolved date.

Can I customize the number of multiple-choice and free-text questions in the generated exam?

You can customize the number of multiple-choice and free-text questions in the generated exam by providing the optional mc-count and free-count parameters. These inputs determine the specific question distribution assessed in the output Markdown files.

Does this exam generation tool work without any external dependencies?

The best way to structure exam outputs for course distribution is using standardized Markdown files. This approach generates a knowledge exam file and a separate solutions file, both named with the class and ISO date for easy organization.