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.