一键导入
pr-readiness-check
Use before committing, pushing, or opening a PR to catch missing files, mixed staging, validation gaps, and PR metadata mistakes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use before committing, pushing, or opening a PR to catch missing files, mixed staging, validation gaps, and PR metadata mistakes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when drafting public announcements, articles, marketplace copy, Hugging Face/ModelScope notes, or English replies.
Use when changing ComfyUI node classes, schemas, inputs, outputs, metadata, or registration.
Use when checking OpenCV/Kornia/ComfyUI dependencies, import failures, pyproject metadata, or environment-specific behavior.
Use when changing README, README_ja, requirements, ADRs, or user-facing behavior.
Use before version bumps, Comfy Registry publishing, release PRs, tags, or public release notes.
Use when changing Classic/Flow motion estimation, OpenCV backend selection, fallback behavior, or stabilization math.
| name | pr-readiness-check |
| description | Use before committing, pushing, or opening a PR to catch missing files, mixed staging, validation gaps, and PR metadata mistakes. |
Use this skill right before commit/push/PR creation, especially after adding new files, validation scripts, nodes, docs, or workflows.
git status -sb
git diff --stat
git diff --cached --stat
git ls-files --others --exclude-standard
git diff alone; it does not show untracked files.git diff --cached --name-only
python3 scripts/validate_repo.py
python3 -m compileall nodes scripts
If plain python3 lacks declared runtime dependencies such as OpenCV, also run
the checks with the available ComfyUI venv and report the environment difference.
[codex], [claude], or similar tool label.Related: #N, not Fixes #N / Closes #N.Mention: