What problem does it solve? External links on a published site rot silently over time as profiles move, articles get deleted, and products shut down, and the build process can only guard internal links. This Skill runs a monthly loop that finds and fixes that decay before visitors hit dead ends. ## Core Features & Use Cases - Automated probing: Builds the site and runs scripts/check-external-links.mjs to extract and probe every external href in the prerendered HTML, with HEAD-then-GET fallback and a KNOWN_BLOCKERS list for bot-blocking hosts. - Manual verification: Every probe failure is retried with curl and a browser user agent, then loaded in a real browser, because bot-blockers fake failures and only confirmed-dead links get touched. - Safe fixing on a branch: Real rot is fixed on a local links/YYYY-MM-DD branch in a temporary worktree, never pushed or merged, with judgment-call replacements reported as proposals for approval. - Use Case: Run the monthly loop on a portfolio site to discover a deleted article referenced in a case study, verify it is truly gone, and hand off a branch with the href updated for review. ## Quick Start Ask the AI to run the link rot loop and check the external links on the site.