What problem does it solve? Ahrefs Site Audit crawls surface SEO issues like broken links, missing alt text, and unoptimized images, but manually triaging each issue class and confirming fixes is slow and error-prone. This Skill reads the latest crawl, applies the standard fix per issue class, and verifies the trigger condition is gone before committing. ## Core Features & Use Cases - Issue triage from live crawls: Pulls projects, issues, and affected URLs from the Ahrefs MCP tools, prioritizing Error and Warning issues with crawled > 0. - Standard fixes per issue class: Converts images to WebP and strips PNG/JPG fallbacks, adds descriptive alt text, and repairs 4xx links and broken assets. - Local verification before commit: Greps for leftover .png/.jpg references, checks <img> alt attributes, and rebuilds the site so the next Ahrefs crawl confirms the fixes. - Use Case: After an Ahrefs crawl flags 40 images missing alt text and 12 broken internal links on your marketing site, run this Skill to fix every affected URL, rebuild, and push a commit naming the resolved issue classes. ## Quick Start Ask the AI to pull the latest Ahrefs Site Audit issues for your site, fix each issue class, verify the triggers are gone, and commit the changes.