qa-test-navigation

Verify internal links, tab controls, and direct route loading in web apps.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-test-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-navigation
Source: https://github.com/Luqman-Ud-Din/blackbox-qa-agent/tree/main/skills/qa-test-navigation
Command: npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-test-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that navigation elements actually work, so broken links, dead tabs, and failed deep links are caught before users hit them in production.

Core Features & Use Cases

  • Internal link validation: Checks that in-app links route to real content instead of blank pages or errors.
  • Tab interaction testing: Confirms tab switches update the visible panel content.
  • Deep-link verification: Detects routes that fail when opened directly, which is especially useful for SPAs and routed dashboards.
  • Use case: After a UI change, run this Skill on a page with menus and tabs to find navigation regressions without manually clicking through every view.

Quick Start

Use the qa-test-navigation skill to verify the current page’s internal links, tabs, and direct route behavior for broken or non-responsive navigation.

Frequently Asked Questions about qa-test-navigation

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

FAQPage Schema
How do I check for broken internal links and dead tabs in a single page application?

To check for broken internal links and dead tabs in a single page application, you can use automated in-page probing to verify that clickable menus and tabbed interfaces route to real content instead of blank pages.

What is deep-link verification and why do SPA routes fail when opened directly?

Deep-link verification detects routes that fail when opened directly in SPAs. It applies browser evaluation to confirm that direct URL entry loads the correct routed dashboard content without errors.

How do I test tab interaction to confirm tab switches update visible panel content?

To test tab interaction and confirm tab switches update visible panel content, trigger bounded link and tab sampling within an interactive web app to verify the visible panel updates correctly.

Does this navigation validation work with desktop layouts in interactive web apps?

Yes, navigation validation works with desktop layouts in interactive web apps. It specifically verifies SPA-style routing and clickable menus across desktop layouts using in-page probing techniques.

How do I find navigation regressions after a UI change without manually clicking every view?

To find navigation regressions after a UI change without manually clicking every view, run automated link validation on pages with menus and tabs to detect broken or inert page transitions quickly.

Will testing internal navigation links alter my current page state during the probing process?

Testing internal navigation links will not alter your current page state because the probing process includes restoration of the original page state after each individual navigation check completes.