From openevidence-pack
Guides OpenEvidence upgrades: version checks via npm/pip, git branching, npm/pip updates, testing, rollback, and changelog links. For package maintenance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openevidence-pack:openevidence-upgrade-migrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
npm list | grep openevidence
pip show openevidence 2>/dev/null
git checkout -b upgrade/openevidence
npm update # or pip install --upgrade
npm test
git checkout main -- package.json
npm install
See openevidence-ci-integration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin openevidence-packProvides OpenEvidence migration strategies, checklist for API mapping and data plans, and resources. Useful for planning SaaS switchover in healthcare apps.
Guides Odoo major version upgrades (v14-v17) with pre-upgrade checklists, OCA/custom module compatibility, OpenUpgrade commands for community editions, and post-upgrade validation.
Guides framework and language migrations: version upgrades, breaking changes, dependency audits, codemods, rollbacks. For React 19, Next.js App Router, Python 3.12, Node 22, etc.