release-validate

Validate devops-ai-skill pack versions, links, and setup scripts before release.

10|2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/qwedsazxc78/devops-ai-skill --skill release-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-validate
Source: https://github.com/qwedsazxc78/devops-ai-skill/tree/main/skills/release-validate
Command: npx skills add https://github.com/qwedsazxc78/devops-ai-skill --skill release-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill facilitates pre-release validation by checking version consistency, cross-platform link integrity, and setup script functionality to prevent packaging or deployment issues.

Core Features & Use Cases

  • Version and package validation: Ensures all files match the current version and are correctly packaged for release.
  • Cross-platform link verification: Confirms all references and registrations across different environments are valid and synchronized.
  • Pre-release health check: Verifies repository cleanliness, git state, badges accuracy, and smoke-tests setup scripts to avoid release failures.
  • Use Case: Before running pnpm release, use this Skill to catch potential errors like inconsistent versions, broken links, or failed setup scripts, ensuring a smooth deployment process.

Quick Start

Invoke this Skill to validate your devops-ai-skill pack's readiness for release, covering static checks and setup script testing automatically.

Frequently Asked Questions about release-validate

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

FAQPage Schema
How do I validate package version consistency before a release?

To validate package version consistency before a release, you can use this Skill to check that all files match the current version and are correctly packaged, preventing deployment issues caused by mismatched version numbers.

How do I check cross-platform link integrity and registration parity for my setup scripts?

You can check cross-platform link integrity by verifying that all references and registrations across different environments are valid and synchronized, while also smoke-testing setup scripts to ensure functionality.

What is a pre-release health check for a DevOps skill pack?

A pre-release health check verifies repository cleanliness, git state, and badge accuracy, while smoke-testing setup scripts to avoid release failures and ensure smooth deployment across platforms.

Do I need a clean git state before running validation on my package?

Yes, you need a clean git state before running validation. This Skill specifically verifies repository cleanliness and git state as part of its pre-release health check to prevent unexpected release errors.

Why does pnpm release fail due to broken references or inconsistent versions?

A pnpm release may fail due to broken references or inconsistent versions because package contents and cross-platform links are not synchronized, which this Skill identifies by checking version alignment and verifying link integrity.