validation-scripts

Validate infrastructure deployments and configurations with shell and Python scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill validation-scripts-3horizons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-scripts
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/validation-scripts
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill validation-scripts-3horizons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification of your infrastructure and configurations, catching errors early and ensuring compliance before and after deployments.

Core Features & Use Cases

  • Pre-deployment Checks: Validate prerequisites, configurations, and agent setups.
  • Post-deployment Verification: Confirm the health and status of your deployed resources.
  • Compliance Audits: Ensure adherence to naming conventions and security best practices.
  • Use Case: Before deploying a new environment, run validate-config.sh to ensure all Azure and GitHub settings are correct, preventing costly deployment failures.

Quick Start

Run the validation scripts to check your deployment configuration.

Frequently Asked Questions about validation-scripts

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

FAQPage Schema
How do I validate Azure and GitHub configurations before deployment?

Validate Azure and GitHub configurations before deployment by running shell scripts like `validate-config.sh` to check prerequisites, access, and resource quotas, preventing costly deployment failures.

What does infrastructure deployment validation cover?

Infrastructure deployment validation covers prerequisite checks, configuration syntax, Azure and GitHub access, resource quotas, DNS and network settings, agent specifications, and naming convention compliance.

When do I need to run pre-deployment compliance checks?

Run pre-deployment compliance checks before deploying a new environment to ensure all settings are correct, verify adherence to operational standards, and identify potential deployment risks early.

Can I use shell scripts to audit naming conventions and security settings?

Yes, you can use shell and Python scripts to perform compliance audits that ensure adherence to naming conventions and identify security best practice violations within your infrastructure configurations.

Does this validation suite verify post-deployment resource health?

Yes, the validation suite performs post-deployment verification to confirm the health and status of your deployed resources, ensuring robustness and compliance after the process finishes.

What are the best ways to check DNS and network settings for deployments?

The best way to check DNS and network settings is to run the provided validation scripts, which specifically test these configurations to ensure operational standards are met before deployment proceeds.