Pixelslop — Testing skill for Claude Code
Browser-first design quality scanner.
How to install Pixelslop
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open gabelul/pixelslop and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Pixelslop does
Browser-first design quality scanner. Opens real pages in Playwright, measures actual pixels, catches AI slop patterns. Fixes them too.
Alternatives in Testing
- Playwright — Automate real browser interactions for navigation, forms, and scraping 14.6k ★
- Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
- Test Optimization Patterns — テスト実行速度を改善するためのリファクタリングパターンとベストプラクティス集 974 ★
README
Pixelslop
[](https://github.com/gabelul/pixelslop/actions/workflows/ci.yml) [](https://www.npmjs.com/package/pixelslop) [](LICENSE) [](https://nodejs.org)
AI coding agents are incredible at generating interfaces. They're also incredible at generating the *same* interface — gradient text on a dark background, glass cards with glow shadows, Inter font everywhere, identical three-column feature grids, and CTAs that technically exist but nobody can actually read because the contrast is 2.3:1.
That's AI slop. It's not broken. It's not ugly. It's just... the same. Every time.
Pixelslop opens your actual pages in a real browser, screenshots them at three viewports, extracts computed styles, measures contrast ratios, checks 25 known AI slop patterns, scores design quality on 5 pillars, evaluates from 8 user personas, and fixes what it finds. It doesn't read your CSS and guess — it renders the page and measures what's actually there.
Install
npx pixelslop install
Install is interactive by default. It detects Claude Code and Codex CLI, lets you pick runtimes and scope, then copies agent specs and verifies a direct Playwright browser runtime.
**Need:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [Codex CLI](https://github.com/openai/codex) installed first.
Update, check health, remove
npx pixelslop@latest update # upgrade to latest — backs up old files, shows diff
npx pixelslop doctor # verify installation health
npx pixelslop status # show scope, install root, and all installed runtimes
npx pixelslop uninstall # remove everything cleanly
Use it
Related Skills
Dsh Verify
The quality gate for agent-built web apps. Real-browser acceptance checks — CLI, MCP (Claude Code / Cursor / C
Vibe Testing
Code-aware browser testing agent — 13 MCP tools for AI editors (Claude Code, Cursor, Windsurf). Reads your cod
Roast My Agents Md
Brutally honest AGENTS.md/CLAUDE.md review backed by real A/B test evidence. Not just opinions — actual proof
Test Browser
Run browser tests on pages affected by current PR or branch
Claude Skill Playwright Browser
Claude Code skill: a background Playwright browser for screenshots (desktop/tablet/mobile), frontend health ch
Red First Review Skill
Review a PR by measuring which of its own guards its own test suite actually catches. Neutralise each guard, r
Related Agents
Tp Performance Profiler
PROACTIVELY use this when the user reports slow behaviour, asks to profile/optimize, mentions Core Web Vitals
Po Craft
Craft seat on the Atlas PO Council. Opens the real artifact, judges the first five seconds, reads every user-f
Playwright Test Generator.Agent
Generates Playwright tests from test plans by recording real interactions. Use when you need to create automat