screen-dump

Generate full-page screenshots across desktop, tablet, and mobile viewports into a versioned zip.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Mikeys-Tech-Lab/poc --skill screen-dump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screen-dump
Source: https://github.com/Mikeys-Tech-Lab/poc/tree/main/.cursor/skills/screen-dump
Command: npx skills add https://github.com/Mikeys-Tech-Lab/poc --skill screen-dump

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Screen-dump turns a web publication surface into inspectable, shareable visual evidence by exporting consistent full-page screenshots across multiple viewports.

Core Features & Use Cases

  • Full-page screenshot export: Captures every current page as images suitable for review and debugging.
  • Viewport coverage: Regenerates desktop, tablet, and mobile screenshots to catch layout and responsive issues.
  • Versioned output: Produces a versioned zip for operational handoff, regression checks, and comparisons.

Quick Start

Ask the system to run the screen-dump skill to export a versioned screenshot zip for the current publication surface.

Frequently Asked Questions about screen-dump

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

FAQPage Schema
How do I generate full-page screenshots for responsive testing across a website?

You can generate full-page screenshots for responsive testing by capturing desktop, tablet, and mobile viewports of each current publication page. The process packages these images into a versioned zip for layout review and regression comparison.

What is the best way to capture desktop, tablet, and mobile screenshots for visual regression?

Capturing desktop, tablet, and mobile screenshots for visual regression is best handled by exporting full-page images across multiple viewports. This approach packages the results into a versioned zip, enabling consistent layout inspection and regression comparison.

Do I need to install Playwright Chromium before running a screenshot capture workflow?

Yes, you need Playwright Chromium installed to run this screenshot capture workflow. If the dependency is missing, the system handles it by installing Playwright Chromium before automatically retrying the screenshot generation process.

How do I package website screenshots into a versioned zip for operational handoff?

To package website screenshots into a versioned zip for operational handoff, run the repo command pnpm screendump. This exports full-page images for each viewport and reports the output folder and zip path for review.

Why does pnpm screendump fail when generating full-page screenshots?

Running pnpm screendump fails when generating full-page screenshots if Playwright Chromium is missing from the environment. The system resolves this by installing the missing browser dependency before retrying the capture operation.

Can I use automated screenshots to catch responsive layout issues across a publication surface?

Yes, you can use automated screenshots to catch responsive layout issues by regenerating desktop, tablet, and mobile views of each page. This creates inspectable visual evidence to identify layout regressions across the entire publication surface.