review-mobile-pr

review-mobile-pr is a skill for Claude Code from Abdallah-Abdelazim/mobile-pr-review-plugin. It costs 162 tokens per session (5,000 once invoked), scanned A, original, MIT.

A review process for GitHub pull requests that change Android, iOS, or shared mobile code. A pull request is a proposed set of code changes waiting for review.

In plain words
What is it for?
Use it to inspect mobile pull requests and prepare review comments about correctness, failures, code quality, and related risks.
Why use it?
It helps find bugs, missed error cases, concurrency problems, and other issues before mobile code is merged; findings are saved as a private draft review by default.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the mobile-pr-review plugin — 1 skill, 7 agents shipped together

Good fit Use it to inspect mobile pull requests and prepare review comments about correctness, failures, code quality, and related risks.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Abdallah-Abdelazim/mobile-pr-review-plugin
Claude Code
/plugin install mobile-pr-review

Made for: Claude Code.

Or install mobile-pr-review, the plugin that ships this one along with the rest of its 1 skill, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-mobile-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr/github.svg)](https://agentmods.dev/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr)
Your own site
<a href="https://agentmods.dev/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr"><img src="https://agentmods.dev/badge/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-mobile-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr"><img src="https://agentmods.dev/badge/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,000 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00162 $0.05000
Opus 5 $0.00081 $0.02500
Sonnet 5 $0.00032 $0.01000
Haiku 4.5 $0.00016 $0.00500

Measured 11d ago against content hash 689c5cf53c3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

review-mobile-pr scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Strips warnings and disclaimerslowAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

Tone: findings, not verdicts. State the problem and its consequence; don't lecture. When something is a judgment call, say so ("Consider…" / "If X is intentional, ignore this"). Never pad the review with manufactured or

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/review-mobile-pr/SKILL.md · 289 lines

How it starts

The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mobile PR Review — Expert Android & iOS Engineer

Reviews a GitHub PR through the lens of a senior mobile engineer (Android, iOS, and KMP) and, by default, saves all findings as a pending (draft) review — comments are visible only to you in the GitHub UI until you choose to submit them. The user can ask for findings to go live immediately instead; see "Posting mode" below.

This skill ships in the mobile-pr-review plugin with its own dedicated review agents (agents/mobile-pr-*.md) — it does not depend on any other plugin. Dispatch each by its fully-qualified mobile-pr-review:mobile-pr-* name. The review runs as a set of specialized agents dispatched in parallel, each a self-contained mobile-review specialist:

Agent Focus Dispatch
mobile-pr-review:mobile-pr-bug-hunter Correctness — forgotten call sites, unhappy paths, wrong logic, non-exhaustive branching, contract mismatches, concurrency correctness Always
mobile-pr-review:mobile-pr-silent-failure-hunter Swallowed exceptions, unjustified fallbacks, overly broad catches Always
mobile-pr-review:mobile-pr-code-quality-reviewer Code smells, dead/unused code, duplication, SOLID/naming/PR-scope, platform checklist backstop Always
mobile-pr-review:mobile-pr-deprecation-scanner APIs deprecated/superseded/removed as of 2026 (Android 16/API 36, Swift 6, iOS 17–26) — extends beyond what any generic review plugin tracks Always, when the diff touches Android and/or iOS files
mobile-pr-review:mobile-pr-test-analyzer Test coverage gaps, tests that don't exercise what they claim to Always
mobile-pr-review:mobile-pr-comment-analyzer Comment/doc accuracy, stranded artifacts from incomplete deletions When the diff adds/modifies comments or doc comments
mobile-pr-review:mobile-pr-type-design-analyzer Type encapsulation and invariant expression When the diff adds/reshapes a data class, sealed class/interface, enum, struct, or protocol

See step 3 for how each is dispatched and step 4 for the deprecation pass specifically.

Read the full file on GitHub · 289 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 289 lines · 162 tokens per session scan A 689c5cf53c3a

Subscribe to this mod's changes

review-mobile-pr is a skill published in the GitHub repository Abdallah-Abdelazim/mobile-pr-review-plugin (1 stars, last pushed 18d ago), licensed MIT. It adds 162 tokens to every session and 5,000 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cmp-audit

Adversarial audit of one subsystem of a Kotlin/Compose Multiplatform app against its spec AND against platform semantics — the class of defect desktop-tier tests cannot see (alarms, notifications, PendingIntents, reboot, process death, DST). Use this when the user says "audit the notifications", "double check X for…

kvdm-co-pilot/create-cmp · 157 tokens

compose-multiplatform

Use when building one shared Compose UI in Kotlin across Android, iOS, and desktop — commonMain @Composables, expect/actual, source-set placement, native interop, multiplatform ViewModel/navigation/Koin. NOT a single-platform native build (that is kotlin-android / swift-ios), and NOT Dart/Flutter cross-platform UI…

ericrisco/rsc-harness · 80 tokens

m3-expressive

Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.

TalissonVitorino/kmp-ios-skills · 41 tokens

liquid-glass

Apple Liquid Glass design patterns for SwiftUI iOS 26 - glass effects, morphing, containers, interactive glass, tinting, accessibility, and cross-platform glass design.

TalissonVitorino/kmp-ios-skills · 40 tokens

android-device-integrity

Android app/device integrity and anti-fraud for a fintech app — the Play Integrity API (com.google.android.play:integrity): Standard requests (StandardIntegrityManager.prepareIntegrityToken → StandardIntegrityTokenProvider.request with a requestHash → StandardIntegrityToken) vs Classic requests…

TalissonVitorino/kmp-ios-skills · 260 tokens

offline-first

Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.

TalissonVitorino/kmp-ios-skills · 26 tokens