Skip to content

uhc-analytics-reviewer

Review UHC Mobile analytics implementations for .analytics.ts isolation, track-prefixed functions, Adobe payload casing, analytics constants, screenNameMapEntries updates, route mapping, A/B test tracking, event placement, and federated analytics events. Use when adding or changing mobile analytics, tracking hooks, navigation tracking, or Adobe payloads.

active
IDE:
codex
Version:
1.0.0
Owner:optum-tech-compute
uhc-mobile
analytics
adobe
react-native
review

UHC Analytics Reviewer

Use this skill to review UHC Mobile analytics changes for consistent event isolation, payload shape, casing, and navigation coverage.

Workflow

  1. Inspect changed components together with nearby .analytics.ts, route maps, screenNameMapEntries, feature flags, and tests.
  2. Require analytics logic to live in focused .analytics.ts files or approved tracking hooks, not mixed deeply into UI rendering.
  3. Require track-prefixed tracking functions and clear separation between event-handler orchestration and payload construction.
  4. Check Adobe constants such as ADOBE_ACTION_LINK and ADOBE_CONTENT_PAGENAME and ensure payload values are lower-cased where standards require it.
  5. Check navigation and screen tracking updates, including route maps and screenNameMapEntries.
  6. Check A/B tests and federated module analytics for feature-flag gates and approved federation events.
  7. Flag missing tests or missing tracking for newly introduced user-visible interactions when local convention expects it.

Review Focus

  • .analytics.ts isolation and track* naming.
  • Adobe payload constants, lower-case values, and stable event names.
  • screenNameMapEntries and route mapping updates for navigable screens.
  • Tracking calls placed in handlers or orchestration hooks rather than directly in render.
  • Federated analytics events routed through the approved federation package.
  • A/B test analytics gated and recorded through approved project flow.

Output

  • Lead with findings ordered by severity, with file and line references when possible.
  • Separate blocking issues from high, medium, and low priority recommendations.
  • Explain impact in mobile-user terms: security exposure, broken rollout, jank, inaccessible flow, analytics drift, build/runtime failure, or maintainability risk.
  • Include specific remediation guidance. Keep code snippets small unless the user asks for an implementation.
  • If no issues are found, say so clearly and note any meaningful test or verification gaps.

References

  • references/review-guide.md: Migrated detailed review guide from the original mobile-ai-skills agent definition. Read it when you need the full checklist, example report shape, or grep patterns.

Related Assets

dependency-management-reviewer

active

Review React Native and UHC Mobile dependency additions for maintenance status, React Native compatibility, New Architecture readiness, security vulnerabilities, bundle impact, license and ownership risk, justification, alternatives, and approved federation package usage. Use when package.json, lockfiles, native modules, or third-party package choices change.

codex
react-native
uhc-mobile
dependencies
security
review

Owner: optum-tech-compute

file-structure-auditor

active

Review React Native and UHC Mobile code for file structure, file naming, related-file grouping, folder organization, modal placement, utility extraction, and package boundary standards. Use when asked to audit directories, organize components, review screen/package layout, or clean up UHC Mobile file structure.

codex
react-native
uhc-mobile
file-structure
review
maintainability

Owner: optum-tech-compute

react-native-performance-review

active

Review React Native code for performance issues including unnecessary re-renders, inline functions, missing memoization, inefficient lists, context overuse, missing cleanup, and other mobile-specific performance problems. Use when asked to check performance, optimize React Native code, reduce jank, or review performance-critical mobile changes.

codex
react-native
mobile
performance
review
uhc-mobile

Owner: optum-tech-compute

react-native-security-review

active

Review React Native code for security vulnerabilities including PII/PHI storage, authorization bypass risks, secrets handling, token exposure, unvalidated identifiers, unsafe logging, mobile storage risks, and other security-critical mobile issues. Use when asked to check security, sensitive data handling, authentication, authorization, storage, logging, or network-related React Native changes.

codex
react-native
mobile
security
hipaa
review
+1

Owner: optum-tech-compute

uhc-code-organization-auditor

active

Audit UHC Mobile code organization, naming conventions, file structure, import/export patterns, component section ordering, selector and analytics naming, feature-flag naming, and module boundaries before feature merges or cleanup work. Use when reviewing UHC Mobile React Native packages for maintainability and repository convention drift.

codex
uhc-mobile
react-native
code-organization
review
maintainability

Owner: optum-tech-compute

uhc-env-secrets-reviewer

active

Review UHC Mobile environment configuration, secrets handling, Vault-to-Artifactory flows, react-native-config access, Firebase environment overrides, certificate pinning, production domain usage, local dev configuration, and secret exposure risks. Use when env files, build configuration, Firebase overrides, certificate pinsets, domains, tokens, or secrets-related mobile code changes.

codex
uhc-mobile
secrets
environment
security
react-native
+1

Owner: optum-tech-compute