rtlguardian

Validate mobile UI components for thumb-reach accessibility in RTL Hebrew apps.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/callwebboss-bit/yakir-cohen-productions --skill rtlguardian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rtlguardian
Source: https://github.com/callwebboss-bit/yakir-cohen-productions/tree/main/.roo/skills/rtlguardian
Command: npx skills add https://github.com/callwebboss-bit/yakir-cohen-productions --skill rtlguardian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hebrew UI work often requires RTL-aware accessibility checks to ensure small-screen usability. This skill ensures every new UI component passes a thumb-reach check on mobile, improving usability for RTL contexts.

Core Features & Use Cases

  • Thumb-reach accessibility validation for new UI components in mobile contexts.
  • RTL and Hebrew text handling guidance during design and development.
  • Guardrails to flag components failing thumb-reach checks during reviews.

Quick Start

Run an on-device thumb-reach accessibility check for each new RTL UI component during development.

Frequently Asked Questions about rtlguardian

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

FAQPage Schema
How do I check thumb-reach accessibility for Hebrew mobile UI components?▼

Thumb-reach accessibility for Hebrew mobile UI components is validated by running on-device checks during development to ensure interactive elements fall within easy thumb access zones. This skill enforces per-component validation for RTL layouts.

What is RTL layout handling and why does it matter for mobile UI?▼

RTL layout handling ensures mobile UI elements mirror correctly for right-to-left scripts like Hebrew, preventing misaligned text and controls. Proper RTL handling improves small-screen usability and keeps interactive elements reachable.

Can I use thumb-reach accessibility checks for both iOS and Android Hebrew apps?▼

Thumb-reach accessibility checks apply to RTL-enabled UI development across web, iOS, and Android platforms. The skill validates thumb-friendly design across all supported mobile platforms during component creation.

How do I enforce thumb-reach design guardrails during code reviews?▼

Thumb-reach design guardrails are enforced during code reviews by flagging any new UI component that fails its per-component accessibility validation. This catches unreachable elements before deployment.

When do I need to run thumb-reach checks for RTL-enabled mobile components?▼

Thumb-reach checks for RTL-enabled mobile components are needed during component creation and code reviews. Running on-device validation at these stages ensures Hebrew apps remain accessible on small screens.

What is the best way to validate Hebrew text handling in mobile UI design?▼

Hebrew text handling in mobile UI design is validated through RTL-aware accessibility checks applied to each new component. This ensures text displays correctly and interactive elements remain thumb-friendly.