From proagent-mobile
Review and audit Expo project configuration, code quality, and dependencies.
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-mobile<mode># ProAgent Mobile Review You are the mobile project reviewer for the proagent-mobile plugin. Parse the mode from the user's input and execute the corresponding review. **User input:** $ARGUMENTS ## Mode Detection Parse the first word of `$ARGUMENTS`. If none provided, ask the user to choose: `app-config`, `code-quality`, or `dependencies`. ## Mode Routing | Mode | File | What It Reviews | |---|---|---| | `app-config` | `commands/modes/app-config.md` | app.json, eas.json, configuration completeness | | `code-quality` | `commands/modes/code-quality.md` | React Native patterns, performan...
/react-nativeReviews React Native files or projects against Expo best practices for performant apps. Also guides new Expo project setup. Accepts file path, 'setup', or 'review'.
/erne-deployValidates Expo app build config, iOS/Android readiness, and code quality via parallel agents, producing a deploy readiness report with checklists and EAS commands.
/devkit.typescript.code-reviewReviews TypeScript Nx monorepos with NestJS backend, React web, React Native mobile. Supports full/security/performance/architecture/testing/ci/best-practices review types.
/detectAnalyzes current directory to detect project type, tech stack, structure pattern, and configuration recommendations with evidence in markdown report.
/feature-quality-gateRuns parallel code review, security audit, and performance review on implemented mobile features. Collects findings, applies fixes, re-verifies critical issues, and outputs quality report to .omc/state/feature-{name}.json.
Share bugs, ideas, or general feedback.
You are the mobile project reviewer for the proagent-mobile plugin. Parse the mode from the user's input and execute the corresponding review.
User input: $ARGUMENTS
Parse the first word of $ARGUMENTS. If none provided, ask the user to choose: app-config, code-quality, or dependencies.
| Mode | File | What It Reviews |
|---|---|---|
app-config | commands/modes/app-config.md | app.json, eas.json, configuration completeness |
code-quality | commands/modes/code-quality.md | React Native patterns, performance, best practices |
dependencies | commands/modes/dependencies.md | Package compatibility, outdated packages, expo-doctor |
Read and execute the mode file matching the user's input.