responsive-audit

Automate responsive UI audits across breakpoints with Playwright.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/marcoguillermaz/claude-dev-kit --skill responsive-audit-marcoguillermaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: responsive-audit
Source: https://github.com/marcoguillermaz/claude-dev-kit/tree/main/packages/cli/templates/tier-m/.claude/skills/responsive-audit
Command: npx skills add https://github.com/marcoguillermaz/claude-dev-kit --skill responsive-audit-marcoguillermaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The responsive-audit skill automates the validation of a web application's responsive behavior across breakpoints using Playwright-based checks.

Core Features & Use Cases

  • Static pre-checks for viewport traps (vw) and overflow issues.
  • Breakpoint-driven DOM and visual validation at BP0-BP3 (WCAG modes supported via flags).
  • Automated reporting and structured audit workflow with configurable mode and target.
  • Use case: verify admin dashboards and forms render correctly at mobile, tablet, and desktop widths.

Quick Start

Provide your app URL and route list, then run the skill to perform automated breakpoint audits with Playwright.

Frequently Asked Questions about responsive-audit

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

FAQPage Schema
How do I automate responsive UI auditing across breakpoints with Playwright?

Automate responsive UI auditing by running Playwright-based breakpoint checks across BP0-BP3 to detect overflow, tap-target issues, and layout stacking. You provide an app URL and route list, and the audit generates a structured responsive report.

What is a responsive audit and when do I need to run one?

A responsive audit validates how a web application renders across mobile, tablet, and desktop breakpoints. You need to run one when verifying that dashboards, admin panels, forms, and content pages display correctly without overflow or tap-target issues.

Can I check for WCAG compliance and viewport traps during a responsive audit?

Yes, you can check for WCAG compliance and viewport traps during a responsive audit. The audit includes static pre-checks for vw viewport traps and supports WCAG modes via configurable flags alongside overflow and tap-target validation.

What's the best way to detect layout stacking and overflow issues in a web app?

The best way to detect layout stacking and overflow issues is using a Playwright-driven responsive audit. It performs DOM and visual validation at defined breakpoints, automatically identifying overflow problems and tap-target issues across different screen widths.

How do I configure audit modes and targets for responsive checks?

You configure responsive checks using a configurable argument model for mode and target. Available modes include quick, full, and wcag, allowing you to specify the depth of breakpoint validation and the specific application routes to audit.

Does responsive auditing work without external dependencies?

Yes, the responsive audit runs without external dependencies. It relies on Playwright-based scripts to execute breakpoint validation, static pre-checks, and automated reporting natively within the audit workflow.