AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Android Code Review

skill-adrigm06-android-engineering-skill-android-code-review · by adrigm06

Structured Android code review skill with severity-based findings across architecture, correctness, maintainability, performance, and security. Use this for PR reviews and technical debt assessments.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-adrigm06-android-engineering-skill-android-code-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-adrigm06-android-engineering-skill-android-code-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Android Code Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Purpose

Run disciplined Android code reviews that prioritize issues by incident risk and provide implementation-ready fixes.

Scope and authority

This skill is synthesis authority across domains. It consolidates architecture, security, performance, testing, and release concerns into a prioritized outcome.

When not to use

  • when the primary task is deep root-cause investigation (android-debugging)
  • when the primary goal is new architecture design selection (android-architecture)

When to use

  • pull request reviews
  • technical debt audits
  • release-candidate quality checks

Decision engine workflow

  1. Establish change intent and blast radius.
  2. Check non-negotiable constraints first.
  3. Evaluate architecture, correctness, maintainability, performance, and security implications.
  4. Rank findings by severity and operational impact.
  5. Propose fix order and verification strategy.

Branching decision tree

Branch A: change risk profile

  • high blast radius (cross-module, auth, payment, startup, release-critical):
  • perform deep multi-domain review with stricter evidence requirements
  • medium blast radius:
  • prioritize correctness, maintainability, and boundary consistency
  • low blast radius:
  • focus on local quality and regression prevention

Branch B: release proximity

  • near release:
  • prioritize regressions and production-risk findings first
  • normal window:
  • include strategic maintainability improvements with staged follow-up

Branch C: change category

  • security-sensitive:
  • require stronger evidence and verification for exploitability/reachability concerns
  • performance-sensitive:
  • require measurement-backed findings for hotspot regressions
  • boundary-sensitive:
  • prioritize dependency direction and ownership violations

Branch D: evidence availability

  • full diff/artifacts available:
  • run normal severity-based review flow
  • partial artifacts only:
  • scope findings to verified surfaces, mark unknowns explicitly
  • no diff/artifacts provided:
  • do not approve/reject code quality conclusively
  • return a provisional risk review with required evidence checklist
  • provide a low-risk fallback path (narrow merge scope or hold)

Quantitative gates

Use measurable evidence gates for high-impact findings:

  • evidence sufficiency gate:
  • pass when finding has concrete code evidence and reproducible risk path
  • at-risk when evidence is partial but plausible
  • fail when claim is mostly speculative
  • verification readiness gate:
  • pass when recommended fix includes clear verification steps
  • at-risk when verification is incomplete
  • fail when no verification plan exists

Uncertainty protocol

Always include confidence on non-trivial findings. For medium/low confidence findings, include the minimum evidence needed to confirm/refute.

Confidence bands:

  • High (>= 0.80)
  • Medium (0.60-0.79)
  • Low (< 0.60)

If confidence is medium/low:

  • list assumptions explicitly
  • request minimum additional evidence that can re-rank severity
  • provide at least one fallback recommendation with lower regression risk
  • escalate to specialized skill when domain certainty is insufficient

Output contract

Follow global order from ../../AGENTS.md:

  1. Context and constraints
  2. Decision and rationale
  3. Alternatives considered
  4. Tradeoffs
  5. Risks and mitigations
  6. Confidence and unknowns
  7. Cross-skill impacts
  8. Next implementation steps

Then include review-specific artifacts:

  • Findings by severity
  • Evidence
  • Risk impact
  • Recommended fix
  • Follow-up checks

No-diff fallback template (required when artifacts are missing)

When PR diff or runtime artifacts are missing, add:

  • Review status: Provisional - insufficient evidence
  • Blocking unknowns: exact missing artifacts (diff, module list, benchmarks, security config deltas)
  • Provisional findings: only evidence-backed risks, each marked confirmed or hypothesis
  • Minimum evidence to finalize: smallest artifact set needed for final severity ranking
  • Fallback path: low-risk option (scope split, hold merge, or merge non-runtime subset only)

Cross-skill handoff payload

Use the standard payload defined in ../../AGENTS.md (section: Cross-skill handoff contract). Set requesting_skill to android-code-review.

Anti-pattern detection

  • hidden coupling or boundary violations
  • missing tests on behavior-critical changes
  • performance-sensitive changes with no measurements
  • security-impacting changes with weak controls

Related resources

  • references/review-severity-evidence.md
  • templates/review-report.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.