fire-farmer

Mobile Audit — Security skill for Claude Code

Security community

Mobile-responsiveness audit at 375px.

How to install Mobile Audit

Installs to ~/.claude/skills/fire-farmer-red-line-toolkit-mobile-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fire-farmer-red-line-toolkit-mobile-audit && curl -fsSL https://raw.githubusercontent.com/fire-farmer/red-line-toolkit/HEAD/commands/mobile-audit.md -o ~/.claude/skills/fire-farmer-red-line-toolkit-mobile-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mobile Audit does


description: Mobile-responsiveness audit at 375px. Scope is inferred from your prompt — a page, a module, or the whole app. Runs 4 layers (static, runtime-measured, throttled Lighthouse, mobile-UX critique), adversarially verifies each HIGH finding to cut false positives, assigns each route works/minor/rework, and writes an audit doc (one page) or a phased Campaign (full app). Diagnostic only — never auto-fixes; hands fixes to /page-implement. Self-reviews on full-app runs (proposes lessons

Alternatives in Security

Full documentation available on GitHub

View Source Repository