원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.