version-upgrade-review

Plan staged Godot and .NET/C# upgrades with risk mapping and validation.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LoogacyStudio/skills --skill version-upgrade-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version-upgrade-review
Source: https://github.com/LoogacyStudio/skills/tree/main/plugins/godot-dotnet/skills/version-upgrade-review
Command: npx skills add https://github.com/LoogacyStudio/skills --skill version-upgrade-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps planning a risk-aware upgrade path for a Godot + .NET/C# project, mapping current and target states to minimize disruption and downtime.

Core Features & Use Cases

  • Inventory current vs target states including Godot engine version, .NET SDK/target framework, and export pipeline implications.
  • Classify upgrade scope (patch/minor/major/SDK/export-chain) and identify high-risk areas before changes begin.
  • Propose a safe, staged upgrade sequence with validation gates and rollback points, and produce an upgrade artifact at assets/upgrade-plan.md.

Quick Start

Provide a staged upgrade plan for a Godot + .NET project outlining current vs target states, risk areas, validation steps, and rollback considerations.

Frequently Asked Questions about version-upgrade-review

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

FAQPage Schema
How do I plan a staged upgrade path for a Godot and .NET project?

To plan a staged Godot and .NET upgrade, you inventory current versus target states, classify the upgrade scope, identify high-risk areas, and sequence validation gates with rollback points into a saved upgrade-plan.md artifact.

What is the safest way to upgrade the .NET SDK target framework in a Godot C# project?

The safest way to upgrade the .NET SDK target framework in Godot is to map explicit risks across the upgrade domains, sequence the changes stepwise, and apply smoke tests at validation gates before committing to the new framework version.

How do I map rollback points when upgrading a Godot engine version?

Mapping rollback points when upgrading a Godot engine version involves defining a stepwise upgrade sequence with validation gates, ensuring that each stage has a distinct rollback consideration to minimize disruption and downtime.

Does addon and plugin compatibility affect the Godot and .NET export pipeline upgrade process?

Yes, addon and plugin compatibility directly affects the Godot and .NET export pipeline upgrade process, requiring you to classify the export-chain scope and identify high-risk areas before initiating any version changes.

What are the limitations of a staged approach for major Godot engine and C# SDK upgrades?

The limitations of a staged approach for major upgrades involve the necessity of explicit current and target state data, requiring comprehensive risk mapping across all upgrade domains to prevent validation gate failures and ensure safe rollback.