Skip to main content

mutation-verify-render-tests

Verify that "scene-capture" / pixel-analysis tests for a graphical renderer (pygame, canvas, matplotlib, headless GL, screenshot-diff) actually CATCH a broken render — by mutation testing. Use when: (1) you've written or received tests that render a frame headlessly and assert properties of the pixels (e.g. "pitch is green", "HUD present", "sprites on screen"); (2) an agent reports "N scene tests passing" and you need to know if they're REAL or hollow; (3) a pixel/region assertion passes but you suspect it's satisfied by the wrong pixels (background, anti-aliasing, adjacent UI); (4) before trusting any image-correctness test as a guard. The core technique: temporarily break the renderer (stub the draw call) and confirm the test FAILS; then restore and confirm it PASSES. A scene test that passes when the thing it checks is removed is worthless.

Aller à l'installation

Informations de source

Dépôt
cajias/claude-skills
Dernière activité de la source
20 juillet 2026 à 07:29
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.