angular-upgrade

Upgrade Angular workspaces with staged execution and compatibility scans.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nickcuypers/codex-skills --skill angular-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-upgrade
Source: https://github.com/nickcuypers/codex-skills/tree/main/skills/angular-upgrade
Command: npx skills add https://github.com/nickcuypers/codex-skills --skill angular-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Angular workspace major-version upgrade workflow with discovery, staged execution, compatibility scans, and PR-ready verification reporting.

Core Features & Use Cases

  • Discovery of current Angular core and CLI, RxJS, TypeScript, and ESLint versions in the workspace.
  • Plan-driven upgrade path with dry-run, execute, and verify-only modes, plus PR-ready reporting and rollback guidance.
  • Compatibility checks and staged execution to minimize risk before merging.

Quick Start

Run the upgrade workflow in dry-run mode first, then execute, and finally verify-only to complete the process.

Frequently Asked Questions about angular-upgrade

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

FAQPage Schema
How do I automate an Angular major-version upgrade safely?

Automate an Angular major-version upgrade safely by running a workflow with discovery, staged execution, and compatibility scans. This process applies updates with gated verification and rollback options to maintain git integrity.

What is the best way to check compatibility before upgrading an Angular workspace?

Checking Angular workspace compatibility is best handled by discovery and compatibility scans. The workflow identifies current Angular core, CLI, RxJS, TypeScript, and ESLint versions to plan a safe upgrade path.

Can I run an Angular workspace upgrade without immediately applying changes?

Yes, you can run an Angular workspace upgrade without applying changes by using dry-run mode. This generates a plan-driven upgrade path and PR-ready report with findings before you execute the actual updates.

How does staged execution work for Angular version updates?

Staged execution for Angular version updates works by applying changes through gated verification phases. It minimizes risk before merging by allowing verify-only checks and providing rollback guidance if needed.

What should I do if an Angular workspace upgrade breaks my git integrity?

If an Angular workspace upgrade breaks git integrity, use the provided rollback options and guidance. The workflow's final report includes rollback instructions to safely revert the major-version transition.

Does this Angular upgrade workflow support ESLint and RxJS version discovery?

Yes, the Angular upgrade workflow supports ESLint and RxJS version discovery. It scans the workspace to identify current versions of Angular core, CLI, RxJS, TypeScript, and ESLint before planning the upgrade.