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.

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 20, 2026 at 07:29
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.