一键导入
preflight
Full pre-delivery QC check on the current DaVinci Resolve timeline — runs timeline audit and color consistency check together, then summarizes all issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full pre-delivery QC check on the current DaVinci Resolve timeline — runs timeline audit and color consistency check together, then summarizes all issues.
用 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 | preflight |
| description | Full pre-delivery QC check on the current DaVinci Resolve timeline — runs timeline audit and color consistency check together, then summarizes all issues. |
| disable-model-invocation | true |
Run a comprehensive quality check before rendering final deliverables. Combines the timeline-auditor and color-consistency-checker into one pass.
Run ALL of the following checks on the current timeline and compile results into a single report.
resolve_get_timeline_info — verify frame rate, resolution, durationresolve_get_timeline_settings — check for unexpected settingsresolve_list_clips_on_track for V1 — check for gaps between clipsresolve_list_clips_on_trackresolve_get_item_properties on each — check for disabled clipsresolve_get_clip_source_info for V1 clips — compare source fps to timeline fpsresolve_get_audio_track_info — check for muted tracksresolve_list_markers — flag Red markers (problems), Yellow (warnings)resolve_get_node_count — check for default/un-graded clips (1 node with no adjustments)resolve_get_cdl — check for default CDL values (all neutral = no grade)resolve_get_lut — check for LUT consistency (all clips should have same LUT or intentionally different)resolve_get_current_render_settings — verify format/codec are set# Preflight Report — [Timeline Name]
**Date:** [today] | **Duration:** [HH:MM:SS] | **Resolution:** [WxH] | **FPS:** [fps]
## ✅ Passed (X checks)
- Timeline structure OK
- No gaps detected
- Audio tracks populated
- Render settings configured
## ⚠️ Warnings (X issues)
- FPS mismatch: V1 clip "GoPro_001.mp4" is 59.94fps in 24fps timeline
- Yellow marker at 01:15:00 — "needs client approval"
- 2 clips on V2 missing LUT (others use "Kodak 2383 D65")
## ❌ Problems (X issues)
- Gap on V1 at 01:02:15 (12 frames of black)
- Disabled clip on V2 at 00:45:10 "B-roll_042.mp4"
- Red marker at 01:30:00 — "FIX: jump cut"
- Un-graded clip on V1 at 00:20:00 "interview_03.mp4"
## Verdict
[READY / NOT READY — X problems must be fixed before delivery]
User: /preflight
→ Run full QC, output preflight report with pass/warn/fail for each check.