validation-scripts

Automate pre- and post-deployment validation checks with Bash and Python scripts.

1|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill validation-scripts-paulanunes85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-scripts
Source: https://github.com/paulanunes85/three-horizons-accelerator-v4/tree/main/.github/skills/validation-scripts
Command: npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill validation-scripts-paulanunes85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates pre-deployment and post-deployment validation and configuration checks to catch issues early and reduce manual verification toil.

Core Features & Use Cases

  • Pre-deployment prerequisites and environment checks across infrastructure tools.
  • Post-deployment health verification for IaC, Kubernetes, and cloud resources.
  • CI/CD integration to automate validation as part of pipelines.

Quick Start

Validate your deployment with a single command and receive a structured report.

Frequently Asked Questions about validation-scripts

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

FAQPage Schema
How do I automate pre-deployment validation checks for CI/CD pipelines?

Post-deployment validation verifies infrastructure health by checking IaC, Kubernetes, and cloud resource states to ensure provisioning succeeded. It enforces deterministic checks that confirm cross-service references and resource configurations match expectations after deployment.

What is the best way to verify infrastructure configuration and naming conventions?

Yes, you can integrate validation scripts into infrastructure deployment workflows to automate both pre-deployment prerequisites and post-deployment health verification. Running these deterministic checks within CI/CD pipelines catches configuration issues early and reduces manual audit toil.

Do I need Bash and Python to run deployment validation scripts?

Post-deployment validation verifies infrastructure health by checking IaC, Kubernetes, and cloud resource states to ensure provisioning succeeded. It enforces deterministic checks that confirm cross-service references and resource configurations match expectations after deployment.

What does post-deployment health verification for Kubernetes and IaC involve?

Yes, you can integrate validation scripts into infrastructure deployment workflows to automate both pre-deployment prerequisites and post-deployment health verification. Running these deterministic checks within CI/CD pipelines catches configuration issues early and reduces manual audit toil.

Can I use automated validation scripts in CI/CD pipelines for infrastructure deployment?

Verify infrastructure configuration using deterministic Bash and Python scripts that enforce naming conventions, check quotas, and validate cross-service references. This automated approach ensures resource states and configurations are correct before and after infrastructure provisioning.