exam-question-tagging

Identify questions in documents, map them to knowledge points, and export structured CSV.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/zilizhou/edu-report-platform --skill exam-question-tagging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exam-question-tagging
Source: https://github.com/zilizhou/edu-report-platform/tree/main/skills/humanities-skills/skill-queskg
Command: npx skills add https://github.com/zilizhou/edu-report-platform --skill exam-question-tagging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes batches of homework, tests, or practice documents by understanding each question and tagging it with one or more knowledge points, then outputs a structured CSV for knowledge-point mapping and analytics. It is triggered when users refer to knowledge-point tagging, question analysis, or knowledge-point assignment in their requests, even if they only say "which knowledge points does this exam cover" or "analyze this paper".

Core Features & Use Cases

  • 自动逐题标注知识点并导出结构化 CSV,便于题库建设、考点统计与学情分析。
  • 适配多种文档类型(PDF、DOCX、PPTX、XLSX/CSV、纯文本),并支持单选、多选、简答、计算、论述等题型及大题的子题。
  • 输出可直接用于知识点体系对齐的结构化数据,便于综合分析和自适应学习系统的输入。

Quick Start

Provide your exam or practice document and ask me to generate per-question knowledge-point tags and a CSV.

Frequently Asked Questions about exam-question-tagging

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

FAQPage Schema
How do I automatically tag exam questions with knowledge points and export to CSV?

To tag exam questions with knowledge points and export a structured CSV, provide your exam or practice document to the skill and request per-question analysis. It identifies each question, maps it to relevant knowledge points, and outputs structured metadata including question type, difficulty, and cognitive level.

Can I analyze PDF and Word documents to extract and map questions to knowledge points?

Yes, knowledge point tagging works with PDF, DOCX, PPTX, XLSX/CSV, and plain text inputs. The skill processes each file format, identifies individual questions including sub-questions, and maps them to primary and secondary knowledge points for structured CSV export.

What question types are supported when tagging knowledge points for question bank analytics?

Knowledge point tagging supports single choice, multiple choice, short answer, calculation, and essay-style questions, including sub-questions within larger items. Each question receives metadata for question type, difficulty, cognitive level, and score alongside its mapped knowledge points.

Does the knowledge point tagging tool handle unreadable or poorly formatted questions in exam papers?

Yes, when the skill encounters unreadable items during knowledge point tagging, it flags them with a note in the output. All readable questions are still processed and mapped to knowledge points, while unreadable entries are marked so you can review them manually.

What metadata fields are included when exporting tagged exam questions to a structured CSV?

The structured CSV export includes question_id, question_type, question_stem, knowledge_points, primary_kp, secondary_kp, difficulty, cognitive_level, score, and source_file for each question. This metadata enables knowledge-point mapping, exam analytics, and alignment with adaptive learning systems.

How do I analyze which knowledge points an exam covers without manually reading every question?

Upload your exam document and ask the skill to analyze the paper or identify covered knowledge points. It automatically reads each question, maps it to one or more knowledge points, and exports a structured CSV summarizing all knowledge point coverage for exam analytics and study planning.