past-exam-matcher

Quantifies semantic similarity between new and past exam questions to flag duplicates.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/u9401066/anesthesia-exam --skill past-exam-matcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: past-exam-matcher
Source: https://github.com/u9401066/anesthesia-exam/tree/main/.claude/skills/past-exam-matcher
Command: npx skills add https://github.com/u9401066/anesthesia-exam --skill past-exam-matcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automatically identifies and measures the similarity between newly generated questions and a repository of past-exam items to prevent duplicates and guide quality control.

Core Features & Use Cases

  • Semantic similarity scoring between new questions and past exams to quantify likeness.
  • Duplicate and near-duplicate detection to flag potential repetitions before publishing.
  • Support for MCQ and open-ended questions with optional concept or topic matching to refine comparisons.
  • Quality assurance workflow by surfacing related past items for reference and veto decisions.

Quick Start

Provide a new exam question and trigger the similarity check against the past-exams corpus to obtain a similarity report.

Frequently Asked Questions about past-exam-matcher

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

FAQPage Schema
How do I detect duplicate questions in a past exam corpus?

To detect duplicate questions in a past exam corpus, the tool applies semantic similarity scoring to compare new questions against a repository of past-exam items, flagging near-duplicates and related content for quality control.

How does semantic similarity scoring work for exam questions?

Semantic similarity scoring for exam questions works by applying semantic search across multiple exams and question types to measure likeness between new and past items, optionally refining comparisons with concept or topic matching.

Can I use semantic search to compare both MCQ and open-ended exam questions?

Yes, you can use semantic search to compare both MCQ and open-ended exam questions. The similarity check handles multiple question types and applies optional concept matching to quantify likeness.

How do I generate a similarity report for new exam questions?

To generate a similarity report for new exam questions, provide the new question and trigger the similarity check against the past-exams corpus. The tool surfaces related past items for reference and veto decisions.

What is the best way to prevent duplicate exam questions before publishing?

The best way to prevent duplicate exam questions before publishing is to run a similarity check against a past-exams repository. This flags near-duplicates and related items to guide quality assurance workflows.