erne-quality-gate

Run parallel code-review and performance profiling to enforce a PASS/FAIL merge gate.

41|4|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JubaKitiashvili/everything-react-native-expo --skill erne-quality-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: erne-quality-gate
Source: https://github.com/JubaKitiashvili/everything-react-native-expo/tree/main/.claude/skills/erne-quality-gate
Command: npx skills add https://github.com/JubaKitiashvili/everything-react-native-expo --skill erne-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-merge quality gates ensure code readiness by running a parallel set of checks for code-review and performance profiling.

Core Features & Use Cases

  • Parallel execution of a code-review pass and a performance profiler pass to produce a unified gate result.
  • Detailed guidance on issues and remediation for merge readiness, including checks for correctness, style, security, bundle size, and memory usage.
  • Use case: before merging a PR in React Native/Expo projects to ensure tests pass and performance regressions are caught.

Quick Start

Run erne-quality-gate to perform parallel code-review and performance checks on the current merge request.

Frequently Asked Questions about erne-quality-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a pre-merge quality gate for React Native and Expo projects?

Run a pre-merge quality gate to validate code changes by executing code-review and performance profiling in parallel before merges. It enforces a binary PASS/FAIL gate checking correctness, performance, tests coverage, bundle size, and memory behavior for React Native/Expo stacks.

What does a pre-merge quality gate check for in a pull request?

A pre-merge quality gate checks for correctness, style, security, bundle size, memory usage, and test coverage. It runs parallel code-review and performance profiler passes to produce a unified gate result with detailed remediation guidance for merge readiness.

Can I enforce performance profiling and code review checks simultaneously in CI pipelines?

Yes, you can enforce performance profiling and code review checks simultaneously in CI pipelines by running them in parallel. This validates merge readiness based on both correctness and performance, outputting a binary PASS/FAIL result with remediation guidance.

How do I catch performance regressions before merging a React Native pull request?

Catch performance regressions before merging by running a performance profiler alongside code-review checks. This pre-merge gate evaluates bundle size and memory behavior, failing the pull request if regressions are detected and providing guidance for remediation.

What is the best way to automate merge readiness validation for Expo apps?

Automate merge readiness validation for Expo apps by running parallel code-review and performance profiling checks. This approach enforces a binary PASS/FAIL gate based on correctness, test coverage, bundle size, and memory behavior before allowing a merge.