What problem does it solve? Code-level tests and pure-function reviews never see what a page actually draws, so leftover links, wrong-role buttons, and hidden sections survive every audit. This Skill forces a complete inventory of every visible string on a page, judged line-by-line against the team's SOP, before anyone claims a page works. ## Core Features & Use Cases - Full String Inventory: Lists every title, label, hint, placeholder, button, chip, empty state, and help text with file:line, role, and display state in a table. - SOP Verdicts: Marks each string as keep, reword, remove, or move based on the Playbook, catching leftovers like stale links and pickers the SOP never asks for. - Conditional Render Checks: Verifies that in the empty/new state everything the copy references is actually drawn, and pins removals in render-gate tests. - Use Case: After rebuilding a dashboard page, run this audit to find a deliverables section hidden behind a length check, a leftover "Open Drive folder" link, and a picker that belongs to another role, then render the page per role to confirm. ## Quick Start Audit the editor's New card page against the SOP, inventory every visible string, and render the empty and filled states for each role.