mobile-review

Review mobile source files for performance, platform standards, security, offline, and accessibility issues.

70|42|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tranhieutt/software_development_department --skill mobile-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-review
Source: https://github.com/tranhieutt/software_development_department/tree/main/.claude/skills/mobile-review
Command: npx skills add https://github.com/tranhieutt/software_development_department --skill mobile-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delivers a disciplined, mobile-first code review that catches performance anti-patterns, platform-standard violations, security gaps, offline defects, and accessibility omissions before a release.

Core Features & Use Cases

  • Performance compliance: Verifies list rendering, animation drivers, logging hygiene, image caching, and launch-time workload for React Native, Flutter, Swift, or Kotlin files.
  • Platform standards: Confirms Apple HIG, Material Design 3, touch target sizes, gesture behavior, and typography scaling for the relevant OS.
  • Security, offline, and accessibility checks: Ensures secrets handling, error states, retries, offline persistence, and assistive-label coverage are present, plus CLI-friendly reporting.

Quick Start

Run mobile-review on the src/app/screens/Login.js file to audit its platform, performance, security, offline, and accessibility behavior.

Frequently Asked Questions about mobile-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review React Native code for platform standards and performance issues?

Reviewing React Native code for platform standards and performance issues involves evaluating list rendering, animation drivers, and Apple HIG or Material Design 3 compliance. You can run a mobile code review pass on targeted directories to catch these anti-patterns.

What is mobile code review for accessibility and offline resilience?

Mobile code review for accessibility and offline resilience is the process of auditing source files to ensure assistive-label coverage, offline persistence, and error retry states are present. It catches omissions in these categories before release.

How do I check Flutter source files for security gaps and logging hygiene?

Checking Flutter source files for security gaps and logging hygiene requires inspecting secrets handling and launch-time workload during a code review pass. This process identifies compliance failures and provides remediation suggestions based on severity.

Does the mobile code review process work for both iOS and Android files?

Yes, the mobile code review process works for both iOS and Android files by evaluating Swift and Kotlin source. It confirms platform-specific typography scaling, touch target sizes, and gesture behavior for the relevant operating system.

What is the best way to automate mobile code reviews for native standards?

The best way to automate mobile code reviews for native standards is running a targeted review pass on specific file paths or directories. This evaluates performance, platform standards, security, offline resilience, and accessibility in a single operation.

Do I need a project CLAUDE.md file to identify the mobile stack during code review?

Yes, you need a project CLAUDE.md file because the review process requires inspecting it for stack identification. This determines whether the evaluation applies to React Native, Flutter, iOS, or Android files during the compliance checks.