بنقرة واحدة
m-measure
Check line lengths across the interface. Optimal: 45-75 characters per line.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check line lengths across the interface. Optimal: 45-75 characters per line.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Auto-fix detectable accessibility issues.
Full accessibility audit. Focus, semantic HTML, ARIA, contrast, touch targets, motion safety.
Verify visual alignment across sections. Check consistent left edges, centered elements, grid alignment.
Add purposeful motion. Page load reveals, hover states, scroll entries.
Audit ARIA attributes. Ensure proper usage without over-specification.
Comprehensive design quality report with specific findings per axis, line references, severity ratings, and fix instructions.
| name | m-measure |
| description | Check line lengths across the interface. Optimal: 45-75 characters per line. |
For every text container:\ncontainer-width / (font-size x 0.5) = approximate chars per line\n\nFlag:\n- Over 75 chars: add max-width\n- Under 45 chars: container too narrow\n\nSuggest max-width values for optimal measure.