Acheron-AI

Upgrade Fix — Development skill for Claude Code

Development community

Re-run the build-fix-verify cycle for the current upgrade step.

How to install Upgrade Fix

Installs to ~/.claude/skills/acheron-ai-angular-upgrade-kit-upgrade-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/acheron-ai-angular-upgrade-kit-upgrade-fix && curl -fsSL https://raw.githubusercontent.com/Acheron-AI/angular-upgrade-kit/HEAD/commands/upgrade-fix.md -o ~/.claude/skills/acheron-ai-angular-upgrade-kit-upgrade-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Upgrade Fix does


description: Re-run the build-fix-verify cycle for the current upgrade step

Re-run the build-fix-verify cycle for the current upgrade step.

Use this after /upgrade-to stopped at NO-GO and you have done some manual fixes.

  1. Read angular.json to detect all libraries and the application project
  2. Use builder subagent to build all libraries then the app
  3. If build fails, use fixer subagent, then re-run builder. Up to 3 cycles.
  4. If build passes, run test-runner and **ui-

Alternatives in Development

  • Dashclaw Quality — Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates 297 ★
  • Pair Verify — Use after you fix a bug and before you claim it fixed — it spawns ONE skeptic sibling session via CCC that mus 130 ★
  • Verify In Runtime — Verify a Fix in the Running App 115 ★

Full documentation available on GitHub

View Source Repository