Audit & Diagnostics Custom Skills · Curated

Broken Shortcode Finder

Finds shortcodes left behind in content by plugins that were later deactivated or removed.

What it does

Scans post, page, and widget content for shortcode-like bracket patterns, then cross-references each one against the list of shortcodes currently registered by active plugins and the theme. Anything left over is a shortcode that will now print as raw bracketed text on the front end instead of rendering.

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/broken-shortcode-finder/ (or ~/.claude/skills/broken-shortcode-finder/ for all projects)

GitHub Copilot (VS Code)

.github/skills/broken-shortcode-finder/

OpenAI Codex

.codex/skills/broken-shortcode-finder/

Cursor

.cursor/skills/broken-shortcode-finder/ (or ~/.cursor/skills/broken-shortcode-finder/ globally)

Compatibility

Any WordPress site; needs database read access or WP-CLI to query post content and the list of registered shortcode tags.