upgrade-executor

Orchestrate multi-repository changes with provider-first ordering and contract validation.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Sebdysart/omni-link-hustlexp --skill upgrade-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade-executor
Source: https://github.com/Sebdysart/omni-link-hustlexp/tree/main/skills/upgrade-executor
Command: npx skills add https://github.com/Sebdysart/omni-link-hustlexp --skill upgrade-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages complex, multi-repository updates by ensuring changes are applied sequentially, validated at each stage, and can be safely rolled back if issues arise.

Core Features & Use Cases

  • Coordinated Execution: Applies changes across multiple repositories in a predefined, provider-first order.
  • Contract Validation: Verifies API and type contract compatibility at every step to prevent breaking changes.
  • Rollback Planning: Automatically reverts changes if critical validation steps fail, ensuring system stability.
  • Use Case: Implementing a backend API update that requires corresponding changes in multiple frontend applications, ensuring all services remain in sync and functional throughout the process.

Quick Start

Use the upgrade-executor skill to apply the planned changes for the upcoming API version upgrade.

Frequently Asked Questions about upgrade-executor

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

FAQPage Schema
How do I safely execute multi-repo deployments with API contract validation?

Multi-repo deployments require provider-first sequential execution and contract validation at each step to prevent breaking changes. This ensures API updates, schema migrations, and cross-repo refactors remain synchronized and stable across the ecosystem.

What is the best way to orchestrate cross-repo schema migrations without breaking dependencies?

Cross-repo schema migrations are orchestrated by applying changes sequentially in a predefined order and validating type contract compatibility at every step. This prevents breaking dependencies by verifying compatibility before proceeding.

Can I automatically rollback multi-repository changes if a deployment validation fails?

Multi-repo rollback is executed automatically when critical validation steps fail during deployment. This robust rollback planning reverts changes to ensure ecosystem stability and recover system functionality without manual intervention.

How does provider-first ordering work for coordinated multi-repo CI/CD workflows?

Provider-first ordering in CI/CD workflows applies changes to upstream repositories before downstream consumers. This sequential orchestration ensures that backend API updates are fully validated before corresponding frontend applications are modified.

When do I need contract validation checkpoints for multi-repo refactoring?

Contract validation checkpoints are needed during multi-repo refactoring when updating shared APIs or schemas. They verify type compatibility at each sequential step, preventing breaking changes from cascading across dependent repositories.

Do I need pre-defined deployment plans to orchestrate complex multi-repo workflows?

Pre-defined deployment plans are required to orchestrate complex multi-repo workflows safely. They establish the sequential execution order, validation checkpoints, and rollback strategies necessary to manage API updates and schema migrations without ecosystem instability.