kanji-reading-drill-tester

Validate kanji reading drill JSON files for schema adherence and semantic review.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/ozkayas/jlpt-bites-ecosystem --skill kanji-reading-drill-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanji-reading-drill-tester
Source: https://github.com/ozkayas/jlpt-bites-ecosystem/tree/main/.agents/skills/kanji-reading-drill-tester
Command: npx skills add https://github.com/ozkayas/jlpt-bites-ecosystem --skill kanji-reading-drill-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the accuracy and quality of kanji reading drill questions, preventing errors in learning materials.

Core Features & Use Cases

  • Mechanical Validation: Automatically checks for structural errors, correct formatting, and adherence to rules (e.g., ID format, tag presence, option counts).
  • Semantic Review: Facilitates a linguistic review of kanji readings, distractor plausibility, and translation accuracy.
  • Use Case: After creating or editing a set of kanji reading drill questions in a JSON file, use this Skill to verify that all questions are correctly formatted and that the provided answers and translations are accurate before publishing them.

Quick Start

Validate the kanji reading drill questions in the file named 'kanji_reading_drill.json'.

Frequently Asked Questions about kanji-reading-drill-tester

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

FAQPage Schema
How do I validate kanji reading drill JSON files for structural errors?

To validate kanji reading drill JSON files, use a Python script that mechanically checks structural schema adherence, verifying versioning, ID formats, kanji tag usage, option counts, and translation presence to prevent formatting errors in learning materials.

What is the best way to check kanji reading drill answers and translations for accuracy?

The best way to check kanji reading drill answers is using LLM-based semantic analysis through a batch viewer, which facilitates linguistic review of kanji readings, distractor plausibility, and translation accuracy beyond standard mechanical schema validation.

Does kanji drill validation require any specific dependencies or environments?

Kanji drill validation requires no external dependencies, running a standalone Python script to execute mechanical checks on JSON files, making it accessible in standard environments without specialized library installations.

Can I verify correct answer placement and option validity in Japanese learning materials?

Yes, you can verify correct answer placement and option validity in Japanese learning materials by running the validation script, which automatically checks these mechanical schema rules within your kanji reading drill JSON files.

What are the limitations of mechanical schema validation for kanji reading drills?

Mechanical schema validation for kanji reading drills is limited to structural formatting checks like ID format and option counts, requiring supplementary LLM-based semantic analysis to accurately review distractor plausibility and translation linguistic accuracy.