> skills // prove it works

fixer

Prove a bug exists on camera, fix it, then prove it’s gone on the same camera.

fixer treats a bug as fixed only when the same viewport and the same steps show corrected behaviour, not when a test goes green. It records the defect, applies the fix, re-records the identical scenario, and returns before/after evidence plus a written verdict for each issue.

GOOD FOR // Visual and UI bugs where "the test passes" is not the same as "the user sees it work".

Returns screenshots, a GIF or video, and a verdict per issue

A closed loop: capture → diagnose → fix → re-capture → verdict

It is a Claude Code plugin. Add the marketplace, then install. Two lines in the Claude Code prompt:

/plugin marketplace add jezweb/fixer
/plugin install fixer

source & docs: github.com/jezweb/fixer