What problem does it solve?
Keeping a local pm-skills installation current requires manually checking GitHub releases, downloading archives, and copying files, which is error-prone and easy to forget. This Skill automates version comparison, change preview, and the update itself while protecting local files.
Core Features & Use Cases
- Version checking and comparison: Detects the local version from plugin.json, marketplace.json, CHANGELOG.md, or git tags, fetches the latest GitHub release, and classifies the update as major, minor, or patch.
- Safe update workflow: Previews the file manifest, requires explicit user confirmation, offers a backup, and uses validated-before-copy so archives are verified before any files are overwritten.
- Structured update reports: Generates reports from a template documenting new skills, updated files, validation results, and next steps, saved to
_pm-skills/updates/.
- Use Case: After a new pm-skills release is announced, run the update command to see exactly which of the 85 files will change, back up your current installation, apply the update, and receive a report summarizing new capabilities.
Quick Start
Ask the assistant to check whether a newer pm-skills release is available and update my local installation with a backup.