release-upgrade

Automate release version upgrades across AI Accelerator starter pack files.

3|2|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill release-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-upgrade
Source: https://github.com/oci-ai-incubations/ai-accelerator-starter-packs/tree/main/.claude/skills/archive/old-release-upgrade
Command: npx skills add https://github.com/oci-ai-incubations/ai-accelerator-starter-packs --skill release-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Release upgrade automation for the AI Accelerator Starter Packs, ensuring version coherence across multiple files and deployment artifacts.

Core Features & Use Cases

  • Automates end-to-end release upgrades, including validation, coordinated updates across stack version files, and packaging artifacts.
  • Maintains consistency across ai-accelerator-tf/AI_ACCELERATOR_STACK_VERSION, ai-accelerator-tf/vars.tf, and ai-accelerator-tf/schemas/common_schema.yaml, and generates a test matrix plus per-pack ORM zip files.
  • Designed for cutting new release versions (e.g., v0.0.4) with guardrails, prompts, and clear handoff steps.

Quick Start

Run the release-upgrade tool with the new version as an argument to initiate the end-to-end upgrade workflow.

Frequently Asked Questions about release-upgrade

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

FAQPage Schema
How do I automate release upgrades and version updates across Terraform deployment files?

Automating release upgrades for Terraform files involves validating semver format, updating version references across stack files, and generating a test matrix with per-pack ZIPs to ensure version coherence across the AI Accelerator Starter Packs.

What is a controlled release workflow for cutting a new version in infrastructure automation?

A controlled release workflow for cutting a new version applies validation guardrails, prompts for version coherence across stack version files, and generates packaging artifacts. It ensures consistent updates across AI Accelerator Starter Packs like vars.tf and common_schema.yaml.

How do I validate semver format and maintain version coherence during a packaging release?

To validate semver format during a packaging release, you apply controlled workflow guardrails that check the new version string and update related files. This maintains version coherence across AI Accelerator stack version, vars.tf, and common_schema.yaml files.

Does this release automation tool generate a test matrix and per-pack ORM zip files?

Yes, this release automation tool generates a test matrix and per-pack ORM zip files. After updating the necessary files for a new release version, the workflow produces these packaging artifacts to satisfy validation and testing requirements.

Can I use this automation to update AI Accelerator Starter Packs without manual file editing?

You can use this automation to update AI Accelerator Starter Packs without manual file editing by running the release-upgrade tool with the new version as an argument. It initiates an end-to-end workflow that updates stack version, vars.tf, and common_schema.yaml files automatically.