بنقرة واحدة
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.