ワンクリックで
publish
Bump patch version, build, publish to PyPI, commit, and push to GitHub
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bump patch version, build, publish to PyPI, commit, and push to GitHub
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bump the package version in pyproject.toml and publish to PyPI. Handles version increment, git tag, build, and upload in one step.
Project conventions and patterns for resolve-mcp development. Explains tool registration, error handling, module organization, and naming rules.
AI-powered color grading assistant. Exports the current frame in sRGB, visually analyzes it, and makes CDL adjustments directly on the Color page nodes. Works regardless of project color space (HDR, P3, ACES, etc.) because the frame is converted to sRGB for analysis — the color space LLMs are trained on.
Match the color grade of the current DaVinci Resolve timeline frame to a reference image. Exports both in sRGB, visually compares them, and adjusts CDL nodes to match the reference look.
Archive a DaVinci Resolve project — export the .drp project file, media list, timeline markers, render queue status, and editorial notes as a complete archive package.
Paste timecoded client feedback or review notes and auto-create color-coded markers on the DaVinci Resolve timeline at each timecode.
| name | publish |
| description | Bump patch version, build, publish to PyPI, commit, and push to GitHub |
| disable-model-invocation | true |
Automates the full release cycle for this package.
pyproject.toml (e.g., 0.1.5 → 0.1.6)uv build to create sdist and wheeluv publish to upload to PyPI (will prompt for token if not cached)origin main/publish
If you want to bump minor or major version instead of patch, say so:
/publish minor
/publish major