Skip to content

Replace pip references with uv in update skills#66

Merged
nille merged 1 commit intomainfrom
fix/update-skill-use-uv
Apr 15, 2026
Merged

Replace pip references with uv in update skills#66
nille merged 1 commit intomainfrom
fix/update-skill-use-uv

Conversation

@nille
Copy link
Copy Markdown
Owner

@nille nille commented Apr 15, 2026

Summary

  • Updated update-shipkit skill to detect installation method (uv tool / uv pip / pip) and use the correct upgrade command
  • Updated update skill to list all three upgrade paths instead of just uv pip
  • Simplified update check hook message to just reference /update-shipkit instead of hardcoding pip install --upgrade
  • Changed CLI uninstall message from pip install to uv tool install
  • Updated README Quick Start to recommend uv tool install with pip as fallback

Test plan

  • All 141 tests pass locally
  • CI passes

The update skills, update check hook, CLI uninstall message, and README
all referenced pip directly. Updated to recommend uv as the primary
package manager with pip as fallback, and added installation method
detection to the update-shipkit skill.
@nille nille merged commit f0e97bc into main Apr 15, 2026
4 checks passed
@nille nille deleted the fix/update-skill-use-uv branch April 15, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant