Skill Detail

Test documentation sites across mobile, tablet, and desktop with GitHub Agentic Workflows

Run a repeatable docs-site check that builds locally, opens the site across device sizes, and reports layout, accessibility, and interaction issues.

Templates & WorkflowsMulti-Framework
Templates & Workflows Multi-Framework Security Reviewed
Tool match: gh-aw MIT license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill test-documentation-sites-across-mobile-tablet-and-desktop-with-github-agentic-workflows Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
GitHub repository with docs build scripts, GitHub Actions, gh-aw, Playwright MCP tooling available through the workflow runtime
Install & setup
Install and configure gh-aw in the target repository, add the daily-multi-device-docs-tester workflow, compile the workflow with gh aw compile, then run it on schedule or via workflow_dispatch against the repository docs site.
Author
GitHub
Publisher
Organization
Last updated
Apr 21, 2026
Quick brief

Use GitHub Agentic Workflows when the specific job is multi-device documentation-site testing inside a reviewable GitHub Actions run, not when the user simply wants a generic docs framework or a basic browser automation tool. The workflow builds the docs site, serves it locally, exercises it across mobile, tablet, and desktop viewports through Playwright-backed agent steps, then either files a report issue or records a clean pass. That scope boundary, multi-device docs verification as a guarded repository workflow, keeps this skill distinct from broad documentation tooling and from generic browser screenshots alone.