Pinchpay CI Gates

Automate preflight, quick, and full CI gate checks for Pinchpay repositories.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill pinchpay-ci-gates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pinchpay CI Gates
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/pinchpay-ci-gates
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill pinchpay-ci-gates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates production-safe CI gate checks to prevent unsafe code from reaching production by validating preflight, quick, and full gates.

Core Features & Use Cases

  • Preflight checks at repository root to surface status and environment info.
  • Quick gate that runs fast checks (type-check, lint) and blocks shipping on failures.
  • Full gate executes a canonical full gatekeeper flow or repo-defined full checks and reports exact failing commands or tests.
  • Safety guardrails: blocks production deployment and requires explicit confirmation for destructive actions.

Quick Start

Run the quick gate to validate the repository state before merging.

Frequently Asked Questions about Pinchpay CI Gates

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

FAQPage Schema
How do I enforce safe CI gates for production deployments?

You can enforce safe CI gates by automating preflight, quick, and full gate checks at the repository root. This process validates code safety, blocks production deployments on failures, and requires explicit confirmation for destructive actions.

What is the difference between preflight, quick, and full CI gate checks?

Preflight checks surface repository status and environment info, quick gates run fast validations like type-checking and linting, and full gates execute a canonical full gatekeeper flow to report exact failing commands or tests before deployment.

How do I prevent unsafe code from reaching production during pull requests?

To prevent unsafe code from reaching production, apply mode-based CI gates during pull requests. This blocks shipping when quick or full gate checks fail and enforces non-destructive operations with safety guardrails.

Can I run CI gate checks without executing destructive operations?

Yes, you can run CI gate checks that enforce non-destructive operations. The safety guardrails block production deployments and require explicit confirmation before allowing any potentially destructive actions to proceed.

How do I identify exact failing commands when a CI gate blocks my deployment?

When a CI gate blocks your deployment, the full gatekeeper flow reports the exact failing commands and test errors. This provides precise diagnostic output to help you resolve the specific repository failures quickly.

Do I need to run CI gates at the repository root for Pinchpay projects?

Yes, you need to apply the CI gates at the repository root for Pinchpay projects. Running them at the root ensures proper execution of preflight, quick, and full gate validations to maintain production safety.