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.

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月20日 07:29
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。