sap-cap-upgrade
Installation
SKILL.md
sap-cap-upgrade — CAP Upgrade Skill
This skill performs ONE thing: bumps in-scope SAP/CAP packages in the current project's package.json to the latest stable version (including majors), runs the project's build + test commands, and emits a strict JSON report of bugs caused specifically by the bump.
It is project-agnostic — every operation runs against the current working directory. It is read/upgrade-only — it touches package.json and package-lock.json (the latter via npm install), nothing else. It never invokes Git, never edits source code, and never calls another skill.
Related skills
- sap-cap-capire (Senua) — CAP development. The sap-cap-upgrade skill never invokes Senua directly; the coordinator agent (
cap-upgrade-coordinator) does that based on the JSON this skill emits.