From erne-universal
Runs parallel code-reviewer and performance-profiler agents for pre-merge quality checks on React Native code, producing PASS/FAIL verdict with details.
How this command is triggered — by the user, by Claude, or both
Slash command
/erne-universal:erne-quality-gateThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /erne-quality-gate — Pre-Merge Checks You are executing the `/erne-quality-gate` command. Run **code-reviewer** and **performance-profiler** in parallel for comprehensive pre-merge validation. ## Parallel Execution ### Agent 1: code-reviewer — Code Quality Run a full code review focused on merge readiness: **Correctness:** - Logic errors, edge cases - TypeScript type safety (no `any` escapes) - Error handling completeness **Style & Conventions:** - Follows project rules (check `.claude/rules/`) - NativeWind usage is consistent - Component structure matches patterns **Security:** - ...
You are executing the /erne-quality-gate command. Run code-reviewer and performance-profiler in parallel for comprehensive pre-merge validation.
Run a full code review focused on merge readiness:
Correctness:
any escapes)Style & Conventions:
.claude/rules/)Security:
Testing:
Run performance validation:
Bundle Impact:
# Compare bundle size before/after changes
npx react-native-bundle-visualizer
Runtime Checks:
FlashList with estimatedItemSizeMemory:
## Quality Gate Result: PASS / FAIL
### Code Review: PASS
- 0 Critical issues
- 1 Warning (TODO in checkout.tsx:45)
- 3 Suggestions
### Performance: PASS
- Bundle size: +12KB (within threshold)
- No new re-render issues detected
- Memory: No leaks detected
### Verdict: PASS ✓
Ready for merge. Address 1 warning in next iteration.
The gate produces a binary PASS/FAIL. FAIL if:
npx claudepluginhub jubakitiashvili/everything-react-native-expo/full-reviewOrchestrates phased multi-dimensional code reviews across architecture, security, performance, testing, and best practices using subagents. Produces structured reports in .full-review/. Accepts target and optional flags.
/reviewerReviews code across security, performance, maintainability, API contracts, data integrity, test coverage, and error handling by invoking a specialist multi-agent review pipeline.
/f5-reviewPerforms automated code review detecting project stack and running linting, type checks, complexity analysis, OWASP security scans, and quality metrics. Generates scored reports. Supports check, full, security, pr subcommands.
/fire-7-reviewRuns multi-perspective code review using 16 specialized reviewer personas (security, quality, architecture, UX/DX) to catch issues a single reviewer would miss. Accepts a file, directory, PR number, or review phase as target.
/code-reviewRuns enabled review agents on target files or git changes after lint/type-check/semgrep gates, producing a structured summary or JSON.
/feature-quality-gateRuns parallel code, security, and performance reviews on implemented features, collects findings, applies fixes, and generates a quality report.