Files
Fu-Jie_openwebui-extensions/.gemini/skills/version-bumper/SKILL.md
fujie 6b39531fbc feat(skills): add 6 generalized AI-driven development skills
- version-bumper: automated multi-file version synchronization
- plugin-scaffolder: standardized 12-language i18n template generation
- doc-mirror-sync: automated README to docs mirroring
- i18n-validator: dictionary key alignment analysis via AST
- gh-issue-replier: professional English reply with star-check logic
- gh-issue-scheduler: unanswered issue audit and action planning
2026-02-24 16:02:01 +08:00

1.0 KiB

name, description
name description
version-bumper Automates version upgrades and changelog synchronization across 7+ files (Code, READMEs, Docs). Use when a plugin is ready for release to ensure version consistency.

Version Bumper

Overview

This skill ensures that every version upgrade is synchronized across the entire repository, following the strict "Documentation Sync" rule in GEMINI.md.

Workflow

  1. Prepare Info: Gather the new version number and brief changelogs in both English and Chinese.
  2. Auto-Patch: The skill will help you identify and update:
    • 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)
  3. Verify: Check the diffs to ensure no formatting was broken.

Tool Integration

Execute the bump script (draft):

python3 scripts/bump.py <version> "<message_en>" "<message_zh>"