agent-rules-skill-auth…
Maintain WebDev Agent Kit source rules, skills, metadata, and validators. Excludes upgrading installed copies.
Verify rendered frontend evidence after implementation, including screenshot comparison, responsiveness, overflow, visible states, and scoped visual regression. Use available browser tooling only; exclude static lookup, routine code review, lint, builds, onboarding, and tool
$ npx -y skills add ytvee-dev/webdev-agent-kit --skill frontend-visual-qa --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/frontend-visual-qaContext preview
The summary Claude sees to decide when to auto-load this skill.
Verify rendered frontend evidence after implementation, including screenshot comparison, responsiveness, overflow, visible states, and scoped visual regression. Use available browser tooling only; exclude static lookup, routine code review, lint, builds, onboarding, and tool
name: frontend-visual-qa
description: 'Verify rendered frontend evidence after implementation, including screenshot comparison, responsiveness, overflow, visible states, and scoped visual regression. Use available browser tooling only; exclude static lookup, routine code review, lint, builds, onboarding, and tool detection.'
id: 'agents.skills.frontend-visual-qa.skill'
title: 'Frontend Visual QA'
doc_type: 'skill'
layer: 'skill'
status: 'active'
publishable: true
local_only: false
skill: 'frontend-visual-qa'
tags:
- 'agents/skill-package'
- 'frontend/verification'
- 'frontend/visual-qa'
parent:
- '[[AGENTS|Canonical Agent Policy]]'
related:
- '[[common/rendered-visual-verification-policy|Rendered Visual Verification Policy]]'
- '[[common/mobile-responsive-rules|Mobile Responsive Rules]]'
- '[[common/form-feedback-rules|Form Feedback Rules]]'
- '[[common/navigation-ux-rules|Navigation UX Rules]]'
- '[[common/agent-loop-policy|Agent Loop Policy]]'
- '[[common/verification-loop-rules|Verification Loop Rules]]'
- '[[common/bounded-retry-rules|Bounded Retry Rules]]'
- '[[skills/frontend-visual-qa/references/visual-qa-checklist|Visual QA Checklist]]'
- '[[skills/frontend-layout-implementer/SKILL|Frontend Layout Implementer]]'
- '[[skills/frontend-quality-reviewer/SKILL|Frontend Quality Reviewer]]'
depends_on:
- '[[AGENTS|Canonical Agent Policy]]'Verify a rendered frontend implementation against a `Design Implementation Spec`, Design Direction Contract, and supplied visual references when the task needs browser-rendered visual evidence.
This skill is not a general style-inspection tool. It exists for screenshot comparison, responsive rendering, visual regression evidence, visible state verification, and bounded repair loops when the implementation task includes fixes.
1. Read `AGENTS.md`. 2. Read `common/rendered-visual-verification-policy.md`. 3. Confirm the classified task is `visual-qa` and specifically needs rendered visual evidence. 4. Read `common/approved-patterns.md`. 5. Read `common/anti-patterns.md`. 6. Read `common/mobile-responsive-rules.md` when responsive behavior is in scope. 7. Read `common/verification-loop-rules.md` and `common/bounded-retry-rules.md` when visual repair is in scope. 8. Read `project/verification-profile.md` when present. 9. Read the `Design Implementation Spec`, Design Direction Contract, visual references, changed files, and relevant routes or pages. 10. Read `references/visual-qa-checklist.md`.
1. Identify target routes, pages, components, states, and viewports from the spec. 2. Confirm the task is in the allowed rendered visual QA spectrum. 3. For typography, spacing, color, and token questions, inspect the spec, copied values, CSS, tokens, and component styles first. Do not open Browser or Playwright just to read computed styles. 4. Start or reuse the local app with the project's normal development or preview command only when rendered visual evidence is in scope. 5. Open the rendered target in Browser or Playwright MCP only when that MCP tool is available and the task is in scope. 6. Check console and runtime errors only when they affect the rendered visual QA scope. 7. Verify desktop, tablet, small phone, and landscape behavior when those viewports are in scope. 8. Capture implementation screenshots when visual comparison or evidence is in scope. 9. Compare screenshots against visual references with Visual Diff MCP when available; otherwise perform manual comparison using the checklist. 10. Exercise relevant hover, focus, selected, disabled, loading, empty, error, and interaction states only when provided by the spec or visible acceptance criteria. 11. If visual repair is in scope, list
A cross-platform frontend kit for Codex, Claude Code, Cursor, OpenCode, etc. It helps AI coding agents work predictably and safely with existing frontend projects.
Repo: ytvee-dev/webdev-agent-kit
Maintain WebDev Agent Kit source rules, skills, metadata, and validators. Excludes upgrading installed copies.
Inspect Figma links through MCP or browser computer use, or analyze screenshots and selected-layer properties. Produce frontend specs and clarify unresolved…
Create, resume, analyze, or converge standard and deep frontend execution plans with traceable slices, evidence, and stop/resume state. Skip lightweight…
Plan architecture and ownership for standard or deep React/Next.js work across routing, state, data, styling, forms, builds, migrations, and implementation…
Diagnose and fix frontend defects from evidence, including unclear UI/runtime errors, broken routes, styling regressions, and hydration or client issues.…
Set subject-grounded visual direction for standard or deep UI work, redesign, polish, critique, anti-template review, or design handoff. Skip technical…