.claude/skills/qa/SKILL.md
Write and run tests for changed or specified code. Use when the user says /qa, asks for tests, or wants to validate recent changes. Runs the QA agent in a forked context.
npx skillsauth add henderni/minecraft-mega-knights qaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write vitest tests for the Mega Knights project.
$ARGUMENTS
git diff HEAD to find recently changed filessrc/__tests__/ to avoid duplicating coveragenpm run test:run and fix any failurestesting
Capture learnings from the current session and update CLAUDE.md and MEMORY.md. Use after significant work sessions, architectural decisions, or when new patterns/conventions are established.
testing
Save a snapshot of the current working context (what you're doing, key decisions, open questions) to a file that can be loaded in a future session. Use before long breaks, when context is getting large, or before /clear.
tools
Scaffold a complete new Mega Knights item. Creates all required files: BP item JSON, item_texture.json registration, and lang entries in both packs. Use when the user wants to add a new tool, scroll, token, or other custom item to the add-on.
tools
Scaffold a complete new Mega Knights entity. Creates all required files: BP behavior JSON, RP client entity JSON, lang entries in both packs, and optionally spawn rules for naturally-spawning enemies. Use when the user wants to add a new ally or enemy entity to the add-on.