Upgrade Fix — Development skill for Claude Code
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
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.
- Read
angular.jsonto detect all libraries and the application project - Use builder subagent to build all libraries then the app
- If build fails, use fixer subagent, then re-run builder. Up to 3 cycles.
- 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 RepositoryRelated Skills
Upgrade Verify
Re-run only the verification gate for the current upgrade step
Build Vsl
Build a VSL script using one of 5 framework variants (15-step / pull-push-persuade 11-step pull-push-persuade
Publishing
Use when publishing Buoy packages to npm, bumping versions, or debugging workspace: dependency leaks. Covers t
Reinforce
Self-reinforcing review and fix cycle until code passes quality checks
Vulyk Ship
Stage 06 of the cycle - fix history, publish the version, open the next circle. Refuses without the owner's ch
Bake
Implement one milestone (or all sequentially with checkpoints) from the active run's milestones/. Spawns Baker
Related Agents
Generate Code
Investigates a specific target (a bug, behavior, or feature request) using the factblock from review-current-s
Upgrade Planner
Read-only subagent that enumerates plugin-owned delimited sections in a user project, diffs each against the c
Aid Test Agent
Autonomously exercises the AID methodology end to end (Phases 0-5) and reports where it breaks. Use for /aid-t