Agent Skills: version-bump

>

UncategorizedID: resolve-io/.prism/version-bump

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/version-bump

Skill Files

Browse the full folder contents for version-bump.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/version-bump/SKILL.md

Skill Metadata

Name
version-bump
Description
>

Bumps pyproject.toml version, updates CHANGELOG.md, and creates a git tag for prism-devtools.

Steps

  1. Analyze first: Run python .claude/scripts/version_bump.py suggest to analyze commits since the last tag and get a recommended bump level with reasoning
  2. Present the suggestion and commit breakdown to the user. Ask them to confirm the suggested bump type or override it.
  3. Run python .claude/scripts/version_bump.py <patch|minor|major> --no-push (add --ticket PLAT-XXXX if applicable) with the confirmed bump type
  4. Review the new CHANGELOG section and fill in details about what changed
  5. Ask the user if they want to push

See instructions.md for semver rules and key files.