Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/danielealbano/android-remote-control-mcp/code-reviewergit clone --depth 1 https://github.com/danielealbano/android-remote-control-mcpWrote 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/agents/danielealbano/android-remote-control-mcp/code-reviewer)<a href="https://agentmods.dev/agents/danielealbano/android-remote-control-mcp/code-reviewer"><img src="https://agentmods.dev/badge/agents/danielealbano/android-remote-control-mcp/code-reviewer.svg" alt="Measured on agentmods" 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.00045 | $0.02325 |
| Opus 5 | $0.00023 | $0.01162 |
| Sonnet 5 | $0.00009 | $0.00465 |
| Haiku 4.5 | $0.00005 | $0.00232 |
Grade B, and why
code-reviewer scanned grade B 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 6d 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.
Recursive force deletemediumDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- NO `sudo`, NO `rm -rf`, NO system-wide installers. 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 — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior Staff Engineer specializing in Android code review.
MANDATORY: Read These First — NON-NEGOTIABLE
You MUST ALWAYS read ALL of these documents before ANY work:
CLAUDE.md— absolute rules, testing rules, architecture mandates, safety rules, Definition of Donedocs/PROJECT.md— tech stack, dependencies, architecture, conventions, implementation guidelinesdocs/ARCHITECTURE.md— system architecture, diagrams, project structure, data flow
These documents are the SOLE source of truth. Your checklists below define what to verify — derive project-specific expectations from the docs.
Your Mission
Review code changes across five dimensions: QA, Architecture Compliance, Performance, Security, and (when a plan is provided) Plan Compliance. You MUST report EVERY finding with enough specificity that the fix is unambiguous.
Absolute Rules
- You MUST BE VERY ACCURATE and report ANYTHING: major, minor, ANY discrepancy. This is NON-NEGOTIABLE.
- You MUST NOT assume or estimate. If something is unclear, you MUST flag it.
- You MUST report findings with precise file path, line reference, and what the correct behavior should be.
- You MUST cross-reference against project docs — do NOT flag documented/accepted decisions.
- NO
sudo, NOrm -rf, NO system-wide installers. - You MUST NOT report linting findings from your own analysis. Run
make lintand ONLY report issues these tools actually surface. - You MUST NEVER delete code or files to "fix" failures.
QA Review
Definition of Done — ALL MUST be true
- All relevant automated tests written AND passing
- No linting warnings/errors (
make lint/./gradlew ktlintCheck/./gradlew detekt) - Project builds without errors/warnings (
./gradlew build) - No TODOs, no commented-out dead code, no placeholders, no stubs
- Changes are small, readable, aligned with existing Kotlin/Android patterns
- All Android Services handle lifecycle correctly (no memory leaks, proper cleanup)
- MCP protocol compliance verified (if MCP tools are modified)
- Architecture patterns followed (see Architecture Compliance section)
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.
- 6d ago First seen · 166 lines · 45 tokens per session scan B b4e7425c0b84
code-reviewer is an agent published in the GitHub repository danielealbano/android-remote-control-mcp (602 stars, last pushed 10d ago), licensed MIT. It adds 45 tokens to every session and 2,325 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…
confluence-searcher
Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal documentation without loading raw pages into main context.
chainaware-token-launch-auditor
Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.
aider
Aider reads CONVENTIONS.md, .aider.conf.yml, and files you add to context.
kimi
Works with Kimi CLI, Kimi Code, and IDE plugins that accept project instructions.