qa-detect-responsive-images

Detect responsive image defects in browser audits of product pages.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-detect-responsive-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-detect-responsive-images
Source: https://github.com/Luqman-Ud-Din/blackbox-qa-agent/tree/main/skills/qa-detect-responsive-images
Command: npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-detect-responsive-images

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill finds image-related responsive design defects that hurt mobile performance, cause overflow, or deliver the wrong asset size for the viewport.

Core Features & Use Cases

  • Responsive image checks: Detects images missing srcset or sizes so a single-resolution asset is not served to every device.
  • Layout safety checks: Flags images lacking max-width or percentage-based sizing that may overflow narrow screens.
  • Performance checks: Identifies below-the-fold images missing lazy loading and oversized images whose natural dimensions waste bytes.
  • Use case: A product page with large hero and gallery images can be audited to catch responsive delivery and sizing problems before release.

Quick Start

Use the qa-detect-responsive-images skill to scan the page for image responsiveness and performance issues.

Frequently Asked Questions about qa-detect-responsive-images

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if images are missing srcset and sizes attributes for responsive delivery?

To check for missing srcset and sizes attributes, scan your page to detect responsive image defects that cause a single-resolution asset to be served to every device. This process flags images lacking proper viewport-sensitive markup before release.

Why do my images overflow narrow mobile screens during layout rendering?

Images overflow narrow mobile screens when they lack max-width or percentage-based CSS sizing constraints. A responsive image audit flags these layout safety issues by verifying width behavior against viewport dimensions.

What is the best way to find below-the-fold images missing lazy loading?

The best way to find below-the-fold images missing lazy loading is to perform a performance audit that scans viewport-sensitive interfaces. This detects images lacking lazy load attributes and identifies oversized natural dimensions wasting bandwidth.

Can I audit a product page gallery for wasted bandwidth and oversized hero images?

Yes, you can audit a product page with large hero and gallery images to catch responsive delivery and sizing problems. It checks natural-versus-display dimensions to identify oversized images whose natural dimensions waste bytes.

Does this responsive image checker work with browser audits of viewport-sensitive interfaces?

Yes, this responsive image checker works with browser audits of viewport-sensitive interfaces including product pages, galleries, hero banners, and below-the-fold content. It evaluates srcset, sizes, lazy loading, and CSS width behavior across viewports.