Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.
allowed-tools
["Read","Write","Bash","Edit"]
license
MIT
metadata
{"skill-author":"AIPOCH"}
Anatomy Quiz Master
Overview
Comprehensive anatomy education tool that generates interactive quizzes covering gross anatomy, neuroanatomy, and clinical anatomy with adaptive difficulty and detailed explanations.
Clinical Scenario:
"A 45-year-old male presents with epigastric pain radiating to the back.
CT shows a mass in the lesser sac."
Question: "Which artery runs immediately posterior to the body of the
pancreas and would be at risk during resection?"
A) Splenic artery
B) Superior mesenteric artery
C) Common hepatic artery
D) Left gastric artery
Correct: B) Superior mesenteric artery
Explanation: The SMA emerges from the aorta at L1 and passes posterior
to the neck of the pancreas and anterior to the uncinate process...
Cultural Sensitivity: Some anatomical terms may vary by region
Disability Accommodation: Image-based questions need alternatives for visually impaired students
Parameters
Parameter
Type
Default
Required
Description
--region, -r
string
upper_limb
No
Anatomical region (upper_limb, lower_limb, thorax, abdomen, pelvis, head_neck, neuroanatomy)
--difficulty, -d
string
intermediate
No
Difficulty level (basic, intermediate, advanced)
--count, -c
int
1
No
Number of questions to generate
--output, -o
string
-
No
Output file path (JSON format)
--format
string
json
No
Output format (json or text)
--list-regions
flag
-
No
List all available regions and exit
Usage
Basic Usage
# Generate single question
python scripts/main.py --region upper_limb
# Generate 10-question quiz
python scripts/main.py --region neuroanatomy --difficulty advanced --count 10 --output quiz.json
# List available regions
python scripts/main.py --list-regions
# Text format output
python scripts/main.py --region thorax --format text
Risk Assessment
Risk Indicator
Assessment
Level
Code Execution
Python script executed locally
Low
Network Access
No external API calls
Low
File System Access
Read/Write to specified output files only
Low
Instruction Tampering
Standard prompt guidelines
Low
Data Exposure
Output saved only to specified location
Low
Security Checklist
No hardcoded credentials or API keys
No unauthorized file system access (../)
Output does not expose sensitive information
Prompt injection protections in place
Input validation for all parameters
Output directory restricted to workspace
Script execution in sandboxed environment
Error messages sanitized
Prerequisites
# Python 3.7+# No additional packages required (uses standard library)
Evaluation Criteria
Success Metrics
Successfully generates quiz questions
Supports multiple anatomical regions
Provides correct answers with explanations
Handles edge cases (invalid regions, etc.)
Test Cases
Basic Functionality: Generate single question → Returns valid question with options
Edge Case: Invalid region → Graceful error message
Multiple Questions: Generate 10 questions → Returns array of questions
Lifecycle Status
Current Stage: Draft
Next Review Date: 2026-03-06
Known Issues: None
Planned Improvements:
Add image support for visual identification
Expand question bank
Add performance analytics
🧠 Learning Tip: Anatomy is best learned through repeated exposure in multiple contexts. Use these quizzes to reinforce cadaver lab learning, not replace it. Focus on understanding relationships and clinical significance, not just memorization.