mobile-hybrid-auditlisted
Install: claude install-skill kachouri/mobile-hybrid-audit
# Mobile Hybrid Pixel-Perfect Audit & Fix
This skill audits and fixes web projects to deliver a production-grade mobile experience as PWA, Capacitor app, or both. The goal is a native-feeling app that is stable, responsive, safe-area aware, keyboard-friendly, with a clean splash and status bar, and installable as a PWA — without breaking existing styling or features.
## When to use
Trigger this skill when the user wants to:
- Audit an existing web app for mobile readiness
- Fix specific mobile bugs (notch overlap, keyboard, scroll, viewport)
- Add or improve PWA support (manifest, service worker, install)
- Add or improve Capacitor wrapping (iOS/Android)
- Prepare a project for App Store / Play Store submission
- Migrate from web-only to hybrid mobile
## When NOT to use
- Building a brand new app from scratch with a full visual redesign — this skill preserves existing design, it doesn't reinvent it
- Pure native development (Swift, Kotlin) — Capacitor only
- Pure CI/CD pipelines — use a dedicated Capacitor CI/CD skill
- Backend / API work
- React Native or Flutter projects — this skill is web-based hybrid only
## Working principles
1. **Read before editing.** Always inspect the current state of a file before modifying it. Preserve existing styles and conventions.
2. **Minimal but robust changes.** Improve what exists; don't duplicate or rewrite wholesale.
3. **Justify every change.** The final report must list each modification with reasoning.
4. **Detect, then act.**