Localization Custom Skills · Curated

RTL Layout Checker

Checks a theme's templates and CSS for right-to-left layout issues before launching an RTL locale.

What it does

Scans theme templates and stylesheets for hardcoded left and right values, margins, padding, float, text-align, and positioning, that won't flip correctly under RTL, and lists each occurrence with the file and line so a developer can fix or convert it to a logical property. Also checks common trouble spots like icon direction, navigation menus, and form field alignment that are easy to miss in an LTR-only review.

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/rtl-layout-checker/ (or ~/.claude/skills/rtl-layout-checker/ for all projects)

GitHub Copilot (VS Code)

.github/skills/rtl-layout-checker/

OpenAI Codex

.codex/skills/rtl-layout-checker/

Cursor

.cursor/skills/rtl-layout-checker/ (or ~/.cursor/skills/rtl-layout-checker/ globally)

Compatibility

Any WordPress site preparing an RTL locale, such as Arabic or Hebrew, via a multilingual plugin; requires read access to the active theme's template and CSS files.