pokemon-ontology-qa

Validate Pokémon ontology learning system across data, curriculum, ontology mapping, exercises, builds, and mobile layouts.

26|8|Updated May 22, 2026
One-click install
npx skills add https://github.com/amazingsyp/pokemon-ontology --skill pokemon-ontology-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pokemon-ontology-qa
Source: https://github.com/amazingsyp/pokemon-ontology/tree/main/.claude/skills/pokemon-ontology-qa
Command: npx skills add https://github.com/amazingsyp/pokemon-ontology --skill pokemon-ontology-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams verify that the Pokémon ontology learning program’s data, curriculum, exercises, graph slices, and built frontend outputs all match correctly so learners never hit broken references, wrong answers, or mobile layout issues.

Core Features & Use Cases

  • Boundary-cross QA coverage: checks data ↔ content (Pokémon/examples exist), content ↔ exercises (answer/triple consistency), exercises ↔ graph slices (graph structure compatibility), and build ↔ runtime (embedded JSON loads and parses).
  • Deterministic, phased validations: runs sequential QA phases focused on data integrity, curriculum prerequisites/concepts, ontology mapping, exercise correctness, and distribution build correctness.
  • Mobile viewport regression checks: verifies responsive behavior across common mobile/tablet/desktop widths to catch truncation, overflow-x, and graph container rendering problems.

Quick Start

Ask the AI to run pokemon-ontology-qa checks for the changed assets and produce a QA report that includes pass/fail counts for QA-1 through QA-6.

Frequently Asked Questions about pokemon-ontology-qa

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

FAQPage Schema
How do I validate ontology data consistency across curriculum and exercises?

Run phased QA assertions to validate data integrity, curriculum prerequisites, and exercise-to-triple answer alignment. This verifies that Pokémon examples exist correctly and exercises match the underlying ontology mapping across iterative edits.

What is the best way to verify embedded JSON parses correctly in dist build artifacts?

The best way to verify embedded JSON is to perform build artifact correctness checks that parse and verify JSON embeds in the dist output. This deterministic validation confirms that your distribution build loads and parses runtime data without errors.

How do I test responsive UI behavior and mobile viewport layout stability?

To test responsive UI behavior, run mobile viewport regression checks across common mobile, tablet, and desktop widths. This catches truncation, overflow-x, and graph container rendering problems to ensure stable layout behavior.

Does this QA testing approach work for SPARQL and OWL graph slice compatibility?

Yes, this QA testing approach works for graph slice compatibility by verifying that exercises and graph slices remain structurally compatible. It applies deterministic checks to ensure ontology mappings and graph structures align correctly across content updates.

Why does my Pokémon ontology learning system show broken references after content edits?

Broken references occur because iterative edits can desynchronize data, content, and graph slices. Running boundary-cross QA coverage checks data-to-content and content-to-exercise alignment, verifying that all modules and datasets remain mutually consistent.