一键导入
run-maintenance
Run standard maintenance chores: pull latest changes and ensure submodules are up to date.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run standard maintenance chores: pull latest changes and ensure submodules are up to date.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Update CHANGELOG.md with entries for the upcoming release before bumping the version.
Orchestrate ShareX.ImageEditor release flow in strict order: run-maintenance first, update-changelog second (optional if no CHANGELOG), verify build, bump/commit/push/tag, monitor GitHub Actions every 2 minutes, ensure standard release notes, then set pre-release by default (use explicit opt-out for stable). On failures, inspect logs, fix root cause, and retry with the next patch release.
基于 SOC 职业分类
| name | run-maintenance |
| description | Run standard maintenance chores: pull latest changes and ensure submodules are up to date. |
Pull latest changes (including submodules):
git pull --recurse-submodules
Ensure all submodules are initialised and up to date:
git submodule update --init --recursive
Run both steps from the repository root before starting any release flow.