plugins/ss/skills/ss-upgrade/SKILL.md
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
npx skillsauth add martybonacci/specswarm ss-upgradeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides natural language access to /ss:upgrade command.
Trigger this skill when the user mentions:
Examples:
Skill-Based Routing:
Detect that user mentioned upgrading/updating software
Extract what to upgrade from their message
Route based on intent clarity:
Clear intent - Execute directly:
/ss:upgrade "upgrade description"Ambiguous intent - Ask for confirmation:
If user selects Option 2, process normally without SpecSwarm
After command completes, STOP - do not continue with ship/merge
/ss:upgrade runs complete workflow:
Stops after upgrade is complete - does NOT merge/ship/deploy.
This skill should trigger not just on exact keywords, but semantic equivalents:
Upgrade equivalents: upgrade, update, migrate, modernize, bump, move to, switch to, adopt Target terms: dependency, package, framework, library, version, technology stack
User: "Upgrade React to version 19"
development
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.
testing
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
data-ai
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
documentation
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.