← Back to list

responsive-ui-auditor
by amirrudd
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: responsive-ui-auditor description: Skill for ensuring components follow mobile-first and responsive best practices.
Responsive UI Auditor
This skill provides an automated and manual way to verify that UI components are optimized for mobile and responsive across devices.
When to use
- After creating a new UI component.
- When fixing layout issues on mobile devices.
- Before completing a task involving frontend changes.
Audit Checklist
1. Viewport & Layout
- No
100vh(use100dvhorinset-0). - No fixed pixel widths on containers (use
w-full,max-w-*). - Tailwind classes used correctly (
md:,lg:).
2. Interaction
- Touch targets are at least 44x44px.
- No critical functionality locked behind hover.
- Proper
touch-actionon scrollable areas.
3. Media
- Images have
aspect-ratioor skeleton placeholders. - Responsive images (
srcSet) if applicable.
Scripts
audit-responsive.sh
Scans a file for common responsive pitfalls using grep.
Command:
./.agent/skills/responsive-ui-auditor/scripts/audit-responsive.sh <path-to-file>
Tips
- Use Chrome DevTools Device Toolbar for quick local checks.
- Test with "Throttling" enabled to see loading states clearly.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon