utility-update-pm-skills

Solid

Checks for newer pm-skills releases, compares local vs. latest version, previews what would change, and updates local files after user confirmation. Generates a structured update report documenting changed files, new capabilities, and the value delta between versions. Use when you want to bring a local pm-skills installation up to date.

Data & Documents 293 stars 41 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> # PM Skills Updater This skill updates a local pm-skills installation to the latest public release. It validates connectivity, compares versions, previews changes, and produces a structured report documenting what was updated and what new capabilities are available. ## When to Use - When you want to update local pm-skills to the latest release - When you want to check if a newer version is available - After a new pm-skills release is announced - When onboarding and you want to confirm you have the latest version ## When NOT to Use - To create or edit individual skills -> use `/pm-skill-builder` or `/pm-skill-iterate` - To validate skills against conventions -> use `/pm-skill-validate` - If you are a maintainer working directly on the pm-skills repo (use git) - To pin a specific older version (this skill always targets the latest release) ## Flags | Flag | Behavior | |------|----------| | *(none)* | Full update flow: pre-flight → preview → confirm → update → report | | `--report-only` | Pre-flight → preview → report (no files written) | | `--status` | Lightweight version check - prints current and latest version, then stops | ### --status behavior When `--status` is provided, run only the pre-flight checks and display: ``` pm-skills v{local} (installed, from {source}) pm-skills v{latest} (latest, released {date}) {Status: up to date | update available ({type})} Run /update-pm-skills f...

Details

Author
product-on-purpose
Repository
product-on-purpose/pm-skills
Created
5 months ago
Last Updated
2 days ago
Language
JavaScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category