mobile-production-review
Installation
SKILL.md
When to use
- Before merging a mobile UI feature.
- When reviewing an existing feature for quality gaps or refactoring.
- When a screen feels visually acceptable but may fail real production use.
Core analysis model
- Find missing states, weak hierarchy, CTA conflicts, fragile layout assumptions, accessibility gaps, platform inconsistencies, permission or notification gaps, navigation issues, and implementation smells.
- Prioritize issues by user impact and release risk.
- Separate must-fix items from polish.
- Tie design findings to concrete code or spec changes.
- Confirm adaptive behavior, dynamic text, offline/error recovery, and entry paths.
Required outputs
- Issues by severity.
- What to fix first.
- Redesign direction.
- Implementation risks.
- Release-readiness checklist.