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.
/plugin marketplace add Abdallah-Abdelazim/mobile-pr-review-plugin/plugin install mobile-pr-reviewWrote 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.
[](https://agentmods.dev/skills/abdallah-abdelazim/mobile-pr-review-plugin/review-mobile-pr)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
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.
- 11d ago First seen · 289 lines · 162 tokens per session scan A 689c5cf53c3a
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.
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…
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…
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.
liquid-glass
Apple Liquid Glass design patterns for SwiftUI iOS 26 - glass effects, morphing, containers, interactive glass, tinting, accessibility, and cross-platform glass design.
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…
offline-first
Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.