skills/deprecated/mp-release/SKILL.md
Bump version, push tag, verify CI workflow starts. Use when: "release", "bump version", "version bump", "cut a release"
npx skillsauth add MartinoPolo/mpx-claude-code mp-releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bumps version, pushes tag, verifies CI workflow starts. $ARGUMENTS
manifest.json exists → Obsidian pluginpackage.json only → npm packageRead version from package.json (and manifest.json if Obsidian plugin). Display to user.
If $ARGUMENTS contains patch/minor/major, use it. Otherwise ask:
AskUserQuestion: "What type of version bump?"
Options: patch, minor, major
Run git status --porcelain. If output non-empty, warn user about uncommitted changes and ask to continue or abort.
Run git remote get-url origin. Fail if no remote configured.
Run git branch --show-current. Warn if not on main/master — releases should typically come from the main branch.
npm version <patch|minor|major>
This triggers the version script in package.json (e.g., version-bump.mjs for Obsidian plugins), commits the version change, and creates a git tag.
git push --follow-tags
gh run list --limit 3
Show recent workflow runs to confirm the release workflow triggered.
Report: new version number, tag created, workflow status.
tools
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
data-ai
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
testing
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
development
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.