.agent/skills/version-bumper/SKILL.md
Automates version upgrades and changelog synchronization across 7+ files (Code, READMEs, Docs). Use when a plugin is ready for release to ensure version consistency.
npx skillsauth add fu-jie/openwebui-extensions version-bumperInstall 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.
This skill ensures that every version upgrade is synchronized across the entire repository, following the strict "Documentation Sync" rule in GEMINI.md.
plugins/.../name.py (docstring version)plugins/.../README.md (metadata & What's New)plugins/.../README_CN.md (metadata & 最新更新)docs/plugins/...md (mirrors)docs/plugins/index.md (version badge)README.md (updated date badge)Execute the bump script (draft):
python3 scripts/bump.py <version> "<message_en>" "<message_zh>"
development
Commit and push code to GitHub, then publish to OpenWebUI official marketplace without updating version. Use when fixing bugs or optimizing performance that doesn't warrant a version bump.
tools
Automatically publishes plugin update posts to openwebui.com.
tools
Automotive deployment and testing of GitHub Copilot SDK Pipe plugin for frontend/backend status stability.
development
Instructions for analyzing core components source code in the local environment.