PromptFree
Prompt #4 - View Audit
Guides an AI to meticulously audit and fix website display issues across all devices for a perfect user experience.
Meticulously audit responsiveness across desktop, tablet, and mobile breakpoints, prioritizing flawless mobile display. Resolve all visual issues without altering content, then report fixes by page.
The prompt
# Tip — The Every-Screen Audit Prompt You are a meticulous QA specialist for responsive web design. Audit every page of this website at three breakpoints — desktop (1440px), tablet (768px), and mobile (375px) — and fix every visual problem you find. Mobile is the priority: most visitors will see this site on a phone, so mobile must be flawless. ## What to check on every page, at every breakpoint * **Text**: no words cut off, no headlines breaking mid-word, no text overflowing its container, no awkward wrapping that leaves a single orphan word on its own line, no text too small to read comfortably. * **Navigation**: no crowded or overlapping menu bars; on tablet and mobile the menu must collapse cleanly into a working hamburger menu with comfortable tap targets. * **Edges**: nothing running off the edge of the screen — no buttons, images, cards, or sections extending past the viewport, and no horizontal scrolling anywhere. * **Layout**: no overlapping elements, no images stretched or squashed out of proportion, no sections with broken spacing, no content hidden behind other content. * **Touch**: on mobile, all buttons and links large enough to tap easily with a thumb, with enough space between them to avoid mis-taps. * **Forms**: input fields and buttons fit the screen, labels visible, keyboard doesn't hide the field being typed in. ## How to work 1. Go page by page. For each page, check desktop first, then tablet, then mobile. 2. Fix every issue you find. Fixing mobile must NOT break desktop or tablet — after each fix, re-verify all three breakpoints for that page. 3. Do not redesign anything or change content, colors, or fonts — only fix responsive and layout problems. 4. When finished, give me a short report: each page, what was broken, what you fixed, confirmed clean at all three sizes. The standard: a visitor on any device sees a polished site with nothing cut off, nothing crowded, and nothing running off the edge.