quality-gate

Run parallel code-reviewer and performance-profiler checks for React Native merges.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-merge quality validation can be slow and error-prone; this skill runs code-reviewer and performance-profiler in parallel to surface issues before merging.

Core Features & Use Cases

  • Parallel execution of code-quality checks and performance profiling to speed up gate decisions.
  • Generates a clear PASS/FAIL verdict with per-section feedback and actionable recommendations.
  • Integrates with CI or pull-request workflows to enforce merge readiness for React Native/Expo projects.

Quick Start

Trigger the gate in your CI pipeline to validate a pending merge.

Frequently Asked Questions about quality-gate

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

FAQPage Schema
How do I run pre-merge quality checks in parallel for a React Native CI pipeline?

Pre-merge quality checks can run in parallel by executing code-reviewer and performance-profiler simultaneously, providing a deterministic PASS/FAIL gate with actionable feedback before validating React Native merges.

What is a parallel quality gate and how does it speed up pull request workflows?

A parallel quality gate speeds up pull request workflows by running code-quality checks and performance profiling concurrently rather than sequentially, surfacing merge readiness issues faster to deliver a clear verdict.

Can I use a pre-merge quality gate with Expo projects?

Yes, pre-merge quality gates integrate with CI or pull-request workflows to enforce merge readiness specifically across React Native and Expo projects, validating both code quality and performance.

How do I configure performance thresholds for a CI quality gate?

Configuring performance thresholds for a CI quality gate involves setting limits on the performance-profiler agent's output, which then contributes to the deterministic PASS/FAIL verdict and per-agent feedback.

Does parallel code review and performance profiling provide actionable recommendations?

Parallel code review and performance profiling generates a clear PASS/FAIL verdict accompanied by per-section feedback and actionable recommendations to address any detected issues before merging.