30-SECOND BRIEF
What it does—and when it fits
Web Design Reviewer is a GitHub Awesome Copilot workflow for inspecting a running website across mobile, tablet, desktop, and wide viewports, locating design problems in the source, applying minimal fixes, and re-verifying the result.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.agents/skills/web-design-reviewer/~/.copilot/skills/web-design-reviewer/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
npx skills add github/awesome-copilot --skill web-design-reviewer --agent github-copilotCopilot also accepts .github/skills and .claude/skills at project scope. Preview untrusted Skills before enabling scripts.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Inspect the running site
Capture the page and review layout, responsiveness, accessibility, and consistency.
Trace issues to source
Find the owning component or style rule for each visible defect.
Fix and re-verify
Apply minimal source changes and repeat the viewport checks.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- Connects visible problems to concrete source-level fixes.
- Covers responsive and accessibility failures alongside visual consistency.
Limitations
- Requires a running target, browser automation, and source access for fixes.
- A fixed viewport checklist cannot replace device testing, user research, or full accessibility auditing.
BEST FIT
Who it is for
Frontend teams reviewing a site before release
Maintainers diagnosing responsive or consistency regressions
BEFORE YOU USE IT
Risks to review before use
Unintended changes during remote review
Browser actions or source edits against a production target can alter data or broaden the change. Keep production review read-only, confirm the source workspace, and test fixes locally.
SECURITY
What the permission profile means
- Use test accounts and avoid capturing secrets or personal data in screenshots.
- Keep source modifications scoped to the reviewed issue.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Original SkillSignal editorial profile grounded in GitHub Awesome Copilot commit 318066d2, checked 2026-08-20; not independently executed or security-certified.