responsive-visual-polish-qa

responsive-visual-polish-qa is a skill for Codex from TheGoat395/Codex-Skills. It costs 14 tokens per session (238 once invoked), scanned A, original, MIT.

A browser-based review process for checking a finished website at desktop, tablet, and mobile widths. It looks for visual problems such as spacing, text, overlaps, image cropping, interactions, forms, accessibility, and animation.

In plain words
What is it for?
Use it after building or editing a frontend to inspect the result, correct responsive issues, and verify the final build.
Why use it?
It catches problems that are visible only in the rendered interface or at particular screen sizes.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it after building or editing a frontend to inspect the result, correct responsive issues, and verify the final build.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thegoat395/codex-skills/responsive-visual-polish-qa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TheGoat395/Codex-Skills --skill responsive-visual-polish-qa
Clone the repo
git clone --depth 1 https://github.com/TheGoat395/Codex-Skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for responsive-visual-polish-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/thegoat395/codex-skills/responsive-visual-polish-qa/github.svg)](https://agentmods.dev/skills/thegoat395/codex-skills/responsive-visual-polish-qa)
Your own site
<a href="https://agentmods.dev/skills/thegoat395/codex-skills/responsive-visual-polish-qa"><img src="https://agentmods.dev/badge/skills/thegoat395/codex-skills/responsive-visual-polish-qa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for responsive-visual-polish-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/thegoat395/codex-skills/responsive-visual-polish-qa"><img src="https://agentmods.dev/badge/skills/thegoat395/codex-skills/responsive-visual-polish-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 238 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00238
Opus 5 $0.00007 $0.00119
Sonnet 5 $0.00003 $0.00048
Haiku 4.5 $0.00001 $0.00024

Measured 3d ago against content hash 6ae3d854dbe5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

responsive-visual-polish-qa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/responsive-visual-polish-qa/SKILL.md · 27 lines

What it actually says

Responsive Visual Polish QA

Purpose

Make cross-breakpoint behavior the quality gate. This skill owns responsive composition, not every category of frontend polish.

Required Use

Use this skill when the trigger description applies. Keep the SKILL.md lean, then read references/responsive-visual-polish-qa-guide.md for concrete rules before planning or editing a meaningful website change.

Scoped execution

Apply the shared web contract once when execution crosses phases; reuse it if already read. Load only the specialist guidance relevant to the requested surface and deliverable.

Detailed Guide

Read references/responsive-visual-polish-qa-guide.md when this skill is active for a build, redesign, review, or implementation plan.

Scope and evidence

Own cross-breakpoint invariants: hierarchy, wrapping, grids, crops, navigation and interaction composition. Advisory/source-only review is allowed with visual limits. Reuse the browser evidence matrix; do not rerun all release checks.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed · -50 tokens per session 6ae3d854dbe5
  2. 6d ago First seen · 27 lines · 64 tokens per session scan A 84201978778c

Subscribe to this mod's changes

responsive-visual-polish-qa is a skill published in the GitHub repository TheGoat395/Codex-Skills (122 stars, last pushed yesterday), licensed MIT. It adds 14 tokens to every session and 238 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

testing-e2e

End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.

yonatangross/orchestkit · 55 tokens

Accessibility Auditor

Comprehensive WCAG 2.1 AA compliance testing combining automated axe-core scans with manual keyboard navigation, screen reader compatibility, and focus management verification.

PramodDutta/qaskills · 32 tokens

Axe-core Accessibility Testing

Accessibility testing skill using axe-core and Playwright for automated WCAG 2.1 compliance auditing, custom rules, and accessibility reporting.

PramodDutta/qaskills · 33 tokens

quality-engineering-selector-stability

Cross-stack selector and test-id policy for web and mobile automation. Use when writing or reviewing E2E/UI test locators, or adding data-testid/accessibility identifiers to components.

HoangNguyen0403/agent-skills-standard · 43 tokens

frontend-visual-qa

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.

ytvee-dev/webdev-agent-kit · 53 tokens

visual-qa

Use when a website needs rendered screenshot review, Playwright visual regression, multi-viewport checks, horizontal overflow detection, console-error checks, focus/state inspection, or a repeatable visual QA evidence set.

Lrinvl1203/world-class-web-design-os · 44 tokens