ワンクリックで
ss-upgrade
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
Initialize SpecSwarm for a project with constitution and standards. Triggers on setup/initialize/configure intent.
Show feature metrics and sprint analytics. Triggers on metrics/stats/analytics/how-did-we-do intent.
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
| name | ss-upgrade |
| effort | low |
| description | Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent. |
| allowed-tools | AskUserQuestion, SlashCommand |
| hooks | [{"event":"PreToolUse","tool":"SlashCommand","handler":"check-compatibility","description":"Checks dependency compatibility before upgrade commands"},{"event":"PostToolUse","tool":"SlashCommand","handler":"track-upgrade-progress","description":"Tracks upgrade progress and migration status"}] |
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"