responsiveness-check

Test website responsiveness across viewport widths and generate a markdown report.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sbalagan22/bloomr --skill responsiveness-check-sbalagan22
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: responsiveness-check
Source: https://github.com/sbalagan22/bloomr/tree/main/.agent/skills/responsiveness-check
Command: npx skills add https://github.com/sbalagan22/bloomr --skill responsiveness-check-sbalagan22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Testers and developers often struggle to verify that websites adapt gracefully to different viewport sizes. This Skill automates viewport resizing, captures layout changes across breakpoints, and highlights where designs break, reducing manual testing time.

Core Features & Use Cases

  • Automates breakpoint-respecting checks across multiple widths in a single session.
  • Generates per-width screenshots and a report that highlights transitions and issues.
  • Supports Standard, Sweep, and Targeted modes, and can run on a single URL or multiple URLs for comprehensive coverage.
  • Produces a structured report suitable for documentation and QA handoffs.

Quick Start

Start a responsive check by specifying a URL and preferred mode to generate a breakpoint report and visual diffs.

Frequently Asked Questions about responsiveness-check

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

FAQPage Schema
How do I automate responsive testing across multiple viewport widths?▼

Automate responsive testing by resizing the browser to various viewport widths and capturing layout transitions. This skill automates breakpoint-respecting checks across multiple widths in a single session and generates a concise report detailing layout changes.

What is the best way to check website responsiveness across different breakpoints?▼

The best way to check website responsiveness is to use an automated tool that tests across standard breakpoints. This skill captures per-width screenshots and highlights where designs break, reducing manual testing time for single-page or multi-page sites.

How do I generate a responsive layout report with per-width screenshots?▼

Generate a responsive layout report by running viewport resizing checks on your URLs. The skill outputs a structured markdown report suitable for QA handoffs and a per-breakpoint analysis file with per-width screenshots detailing layout transitions.

Do I need browser automation tooling like playwright-cli to test viewport sizes?▼

Yes, you need browser automation tooling such as playwright-cli or MCP variants to test viewport sizes. This skill requires these dependencies to automate the browser resizing, capture screenshots, and analyze the layout across different widths.

Can I run responsive checks on multiple URLs in a single session?▼

Yes, you can run responsive checks on multiple URLs in a single session. The skill supports comprehensive coverage across multiple URLs and offers Standard, Sweep, and Targeted modes to customize the viewport testing process.

Why does my website layout break at specific viewport widths?▼

Your website layout breaks at specific viewport widths when CSS breakpoints are not handled gracefully. This skill identifies these exact layout transition points by testing across various widths and highlighting where the design fails to adapt properly.