Design & UX Custom Skills · Curated

Navigation Menu Auditor

Reviews a site's menu structure for excessive depth, unclear labels, and dead-end links.

What it does

Pulls the full menu tree (or navigation block structure) and flags items nested more than 2-3 levels deep, vague labels like "More" or "Resources" that don't tell a visitor what's behind them, and links that resolve to a 404, a placeholder page, or an empty archive. Produces a specific list of problem items rather than a general "navigation could be better" note.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/navigation-menu-auditor/ (or ~/.claude/skills/navigation-menu-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/navigation-menu-auditor/

OpenAI Codex

.codex/skills/navigation-menu-auditor/

Cursor

.cursor/skills/navigation-menu-auditor/ (or ~/.cursor/skills/navigation-menu-auditor/ globally)

Compatibility

Any WordPress site using the built-in Menus feature or a block-based navigation block.