用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fossasia/visdom --skill release-process命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Build and debug pane lifecycle behavior in the React frontend. Use when adding pane actions, layout behavior, rendering updates, or pane-level interactions.
Playwright E2E creation, visual regression workflow, and testing best practices for Visdom
基于 SOC 职业分类
正在显示 SKILL.md
| name | release-process |
| description | Version bumping, release workflow, and PyPI publishing process for Visdom |
Use this skill when preparing a new release or updating the version.
Update version in py/visdom/VERSION following Semantic Versioning.
Ensure all CI checks pass:
npm run lint (JavaScript)black py (Python)pre-commit run --all-filesSubmit PR to master with version change.
On merge to master, automated workflows handle:
update-js-build-files.yml: Compiles main.js if js/** changedpypi.yml: Creates GitHub release (v<VERSION>) and publishes to PyPIpy/visdom/VERSIONsetup.py reads this file at build timebuild.py uses version to track CDN dependency freshnesspython setup.py sdistdemo.py runs cleanly before releasingmasterpy/visdom/VERSIONsetup.py.github/workflows/pypi.yml.github/workflows/update-js-build-files.ymlAGENTS.mdCONTRIBUTING.mdassets/README.md and store templates/resources in assets/.references/TESTS.md.