/sap-dependency-upgrade-plan
Optional target version or version range to evaluate
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/sap-dependency-upgrade-plan
Context preview
What this command does when you run it.
Optional target version or version range to evaluate
Command definition
sap-dependency-upgrade-plan.mdname: sap-dependency-upgrade-plan
description: Create a safe SAP dependency upgrade plan with pinning, changelog review, lockfile checks, and rollback steps
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "[package-or-ecosystem] [target-version]"
arguments:
- name: package_or_ecosystem
description: Optional package, MCP server, npm/pip ecosystem, or plugin dependency area to plan
required: false
- name: target_version
description: Optional target version or version range to evaluate
required: falseSAP Dependency Upgrade Plan
Create a dependency upgrade plan. Do not update files unless the user explicitly asks for implementation.
Workflow
1. Inventory package manifests, lockfiles, MCP configs, plugin manifests, and runtime version constraints. 2. Flag unpinned specs, `@latest`, bare executable package names, deprecated packages, and security-sensitive config. 3. Check changelogs or package metadata when network access is available. 4. Plan upgrades in small batches with test commands and rollback steps. 5. Separate safe local updates from changes requiring SAP tenant/runtime validation.
Output Contract
Return:
- Current dependency inventory.
- Recommended upgrade batches.
- Risks, breaking changes, and pinning fixes.
- Test and validation commands.
- Rollback plan and pending external verification.
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Other commands on sap-skills.
- /abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Open command - /abap-cloud-review
Optional target ABAP platform or SAP BTP ABAP Environment release
Open command - /ai-core-deployment-check
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Open command - /api-style-review
Optional API style lens such as REST, OData, OpenAPI, or SDK
Open command - /btp-architecture-review
Optional scenario lens such as extension, integration, analytics, or AI
Open command - /work-zone-content-check
Optional Work Zone edition or content type
Open command

