Performance & Quality Custom Skills · Curated

Responsive Image Auditor

Checks images sitewide for missing srcset, sizes attributes, and lazy-loading.

What it does

Scans rendered page HTML for img tags and checks whether WordPress's automatic srcset/sizes generation is actually intact, since theme overrides, page builders, or hardcoded markup often strip it. Flags oversized images serving a single large file to mobile devices and any image missing loading="lazy" below the fold, which directly affects page weight and Core Web Vitals.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/responsive-image-auditor/ (or ~/.claude/skills/responsive-image-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/responsive-image-auditor/

OpenAI Codex

.codex/skills/responsive-image-auditor/

Cursor

.cursor/skills/responsive-image-auditor/ (or ~/.cursor/skills/responsive-image-auditor/ globally)

Compatibility

Any WordPress site. Works best when the agent can render or fetch actual page HTML output, not just editor content.