link-purpose

Analyze code for WCAG 2.4.4 Link Purpose compliance and report issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/etak-ai/etak-app --skill link-purpose-etak-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: link-purpose
Source: https://github.com/etak-ai/etak-app/tree/main/.agents/skills/link-purpose
Command: npx skills add https://github.com/etak-ai/etak-app --skill link-purpose-etak-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill analyzes code for WCAG 2.4.4 Link Purpose (In Context) compliance, ensuring that links are descriptive and accessible to all users.

Core Features & Use Cases

  • Accessibility Analysis: Identifies generic link text, ambiguous links, and links without sufficient context.
  • Descriptive Link Text Recommendations: Suggests descriptive link text and proper ARIA attributes for better accessibility.
  • Use Case: Use this Skill when auditing web content, particularly in components with navigation, cards, product grids, or article lists, to ensure compliance with WCAG 2.4.4.

Quick Start

Analyze a specific file for link accessibility by providing its path.

Frequently Asked Questions about link-purpose

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

FAQPage Schema
How do I check my codebase for WCAG 2.4.4 link purpose compliance?

To check WCAG 2.4.4 compliance, analyze your codebase to identify generic link text, ambiguous links, and links lacking sufficient context. This process audits components like navigation and article lists, outputting recommendations for descriptive link text.

What makes link text accessible under WCAG 2.4.4 standards?

Accessible link text under WCAG 2.4.4 standards means the link's purpose is clear from the text itself or its surrounding context. It avoids generic phrases like 'click here' and uses descriptive text or proper ARIA attributes to ensure clarity for all users.

How do I fix generic link text in web components like product grids?

Fix generic link text in web components by replacing ambiguous phrases with descriptive text that explains the destination. For complex components like product grids, implement proper ARIA attributes to provide sufficient context and resolve accessibility issues.

Can I audit specific files for ambiguous links and missing ARIA attributes?

Yes, you can audit specific files for ambiguous links and missing ARIA attributes by providing the file path. The analysis targets the file directly, identifying links without sufficient context and suggesting appropriate ARIA improvements for compliance.

When do I need to analyze link text for accessibility compliance?

You need to analyze link text for accessibility compliance when auditing web content, especially within navigation, cards, product grids, or article lists. This ensures all interactive elements meet WCAG 2.4.4 Link Purpose standards before deployment.