test-links

Scan pages for valid hrefs and verify internal and external link integrity.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/az9713/my-agent-skills --skill test-links-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-links
Source: https://github.com/az9713/my-agent-skills/tree/main/.claude/skills/playwright-ui-testing/test-links
Command: npx skills add https://github.com/az9713/my-agent-skills --skill test-links-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates link integrity, navigation paths, and link semantics to prevent broken user journeys across your site or app.

Core Features & Use Cases

  • Internal link discovery and validation across pages.
  • External link health checks and security verifications (target attributes, HTTPS enforcement).
  • Link behavior audits (descriptive text, focus/hover states, anchor jumps) for accessible navigation.

Quick Start

Run the test-links skill against your site to validate internal, external, and behavior link tests.

Frequently Asked Questions about test-links

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check for broken links and verify navigation on my website?

Link integrity validation scans pages for valid hrefs, checks external link health, verifies HTTPS enforcement, and reports findings with actionable remediation steps to prevent broken user journeys.

Can I audit anchor jumps and target attributes for accessible web testing?

Yes, link behavior audits evaluate anchor jumps, target attributes, focus and hover states, and descriptive text to ensure accessible navigation and proper link semantics across pages.

What's the best way to automate external link health checks and HTTPS enforcement?

Automate external link health checks by running a scan that validates link integrity, enforces HTTPS, verifies target attributes, and reports broken navigation paths with actionable remediation steps.

Does periodic link validation work for social links and download behaviors?

Yes, periodic link audits validate social links and download behaviors by scanning pages for valid hrefs, verifying target attributes, and reporting broken navigation paths with actionable remediation steps.

Why does my Playwright web testing need link integrity validation?

Playwright web testing requires link integrity validation to discover internal links, check external health, verify HTTPS enforcement, and audit link behaviors, preventing broken user journeys across your site or app.