pre-merge-review

Orchestrate pre-merge quality gates for integration, performance, contracts, and documentation.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/constellize/marketplace --skill pre-merge-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-merge-review
Source: https://github.com/constellize/marketplace/tree/main/plugins/constellize-ai-workflow/skills/pre-merge-review
Command: npx skills add https://github.com/constellize/marketplace --skill pre-merge-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce pre-merge quality gates to prevent flawed code from entering main branches by validating tests, contracts, documentation, and configuration before merges.

Core Features & Use Cases

  • Automated gate orchestration: coordinates integration, performance, contract, and documentation checks for PRs.
  • Real dependencies and isolation: runs gates against realistic environments with isolated test data.
  • Bypass with audit trail: supports legitimate bypass scenarios with full traceability for API changes or infrastructure issues.
  • Comprehensive reporting: provides fast-precise diagnostics and actionable remediation steps for failures.

Quick Start

Configure your repository to run the pre-merge gate pipeline and begin validating PRs immediately.

Frequently Asked Questions about pre-merge-review

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

FAQPage Schema
How do I enforce pre-merge quality gates for integration tests and contract validation?

Pre-merge quality gates orchestrate integration, performance, contract, and documentation checks before merging. They coordinate parallel execution with real dependencies to provide fast feedback and prevent flawed code from entering main branches.

Can I bypass pre-merge CI checks for infrastructure issues without losing traceability?

Yes, pre-merge gates support legitimate bypass scenarios for API changes or infrastructure issues while maintaining a full audit trail. This ensures traceability and reliable merges even when standard checks must be skipped.

What's the best way to configure CI pipelines for isolated pre-merge contract testing?

Configure scalable CI pipelines that run pre-merge gates against realistic environments with isolated test data. This environment isolation ensures contract tests validate accurately without cross-contamination or false positives.

Why do pre-merge documentation validation checks fail in my integration pipeline?

Pre-merge documentation validation fails when gates detect inconsistencies between code changes and documentation. The pipeline provides fast-precise diagnostics and actionable remediation steps to identify and fix the specific validation errors.

Do I need real dependencies to run pre-merge performance checks in CI?

Yes, pre-merge performance checks run against realistic environments with real dependencies. This ensures accurate performance validation and reliable merges by testing under actual conditions rather than mocked or simplified scenarios.