cicd-checkers

Enforce CI/CD phase gate rules and pytest suites for Phase 12 deployments.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ShubhamManachekar/GeoSupply --skill cicd-checkers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd-checkers
Source: https://github.com/ShubhamManachekar/GeoSupply/tree/main/.agent/skills/cicd-checkers
Command: npx skills add https://github.com/ShubhamManachekar/GeoSupply --skill cicd-checkers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and enforces CI/CD phase gate validation for un-mocked deployments, ensuring phase transitions meet strict gating rules.

Core Features & Use Cases

  • Dynamic Audit (Rule 24): Run strict validation before marking any phase COMPLETE using the CLI.
  • Test Enforcement: Run Pytest directly with strict warning handling to fail on deprecation or issues, and enforce a high test standard.
  • Coverage & Canary Deploys: Maintain an 80% code coverage floor and employ canary deployments for Phase 12 with automatic rollback on thresholds.

Quick Start

Run the dynamic audit with strict level to validate phase gates before advancing.

Frequently Asked Questions about cicd-checkers

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

FAQPage Schema
How do I enforce CI/CD phase gates before advancing a deployment?

You can enforce CI/CD phase gates by running a dynamic audit with strict validation rules before marking any phase COMPLETE. This ensures phase transitions meet strict gating criteria using deterministic checks.

What is a deterministic phase gate validation in a CI/CD pipeline?

Deterministic phase gate validation is an automated process that enforces strict rules and test suites before a deployment phase transitions. It prevents incomplete or failing code from advancing through the pipeline.

How do I fail a pytest run on deprecation warnings during CI?

You can fail pytest runs on deprecation warnings by enabling strict warning handling within your CI/CD phase gate enforcement. This automatically fails the pipeline when deprecation issues are detected.

Can I enforce an 80% code coverage floor in my deployment pipeline?

Yes, you can enforce an 80% code coverage floor as part of your CI/CD phase gate rules. The pipeline will block phase transitions if the test suite coverage drops below this threshold.

Does CI/CD phase gate automation support canary deployments with rollback?

Yes, CI/CD phase gate automation supports canary deployments for Phase 12 with automatic rollback capabilities. Rollback triggers automatically when predefined deployment thresholds are not met.

Do I need pytest integration to run strict audit validations on phase gates?

Yes, pytest integration is required to run strict audit validations on phase gates. The enforcement relies on pytest to handle strict warnings and validate the 80% code coverage requirement.