Skip to main content

optimize-page-images

Audit every image referenced by a single UI page/route to find concrete optimization wins — oversized source files vs. rendered slot, wrong format (PNG/JPG that should be WebP/AVIF), missing width/height/sizes/priority, missing lazy-load, files over per-surface byte budgets. Reads each image from disk to get real dimensions and bytes; produces a per-image findings table with specific fixes (resize to N px, convert to WebP, compress to ≤K KB, add sizes, mark priority). Trigger phrases — "audit images on this page", "optimize images for web", "tinypng this page", "scale these images down", "convert to webp", "why is this page slow", "find oversized images", "image audit", "/optimize-page-images", "look for image optimizations". Skip for — runtime/CDN-transformed user-uploaded media (the source isn't in the repo), single-image tweaks (just edit it), or full Core Web Vitals audits beyond images (use a perf skill).

Jump to install

Source facts

Repository
webdevcody/go-mailing-list
Last source activity
May 3, 2026 at 00:46
Detected SKILL.md language
English
Stars
22
Forks
3

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.