원클릭으로
factory-sync
Update the local Factory submodule pointer to latest factory/main through a small PR before running Factory-backed skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update the local Factory submodule pointer to latest factory/main through a small PR before running Factory-backed skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verify implemented Factory plans against original source requirements, run all required validation lanes, create a repair branch when gaps exist, and fix gaps until all requirements are satisfied.
Implement any valid Factory execution plan story-by-story using the active repo profile, planned changelog/versioning fields, and required validation lanes.
Convert user-provided recommendations into a timestamped, execution-ready backlog plan using the active repo profile. Use when a repo needs a one-off plan that should not overwrite PLAN_NEXT.
Convert repo-owned strategic ideas into a timestamped, execution-ready backlog plan using the active repo profile.
Run a profile-driven evidence-based OSS/product readiness audit across product model, onboarding, architecture, DX, security, release readiness, and market wedge.
Delete non-default local and configured-remote branches one-by-one using the active repo profile, safety checks, and a final prune/report.
| name | factory-sync |
| description | Update the local Factory submodule pointer to latest factory/main through a small PR before running Factory-backed skills. |
| disable-model-invocation | true |
Update this repository's factory submodule to the latest factory/main commit
through an auditable PR.
Use this skill before a Factory-backed wrapper skill when the user wants the latest shared skill behavior.
git fetch origin maingit checkout maingit pull --ff-only origin mainmain:
git checkout -B codex/update-factory-submodule maincodex/update-factory-submodule historygit submodule update --init factorygit submodule update --remote factorygit status --short factory .gitmodules is empty:
factory already at latest maingit -C factory rev-parse HEADfactory and optionally .gitmodules changedgit add factory .gitmodulesgit commit -m "chore: update factory submodule"git push --force-with-lease -u origin codex/update-factory-submodulemainmain after merge and monitor post-merge CI.main; stop for external, policy, safety, timeout, or
no-progress blockers.factory.--force-with-lease only for the dedicated sync branch after resetting it
from current main; stop if the lease fails.wrkr scan --json,
axym collect --dry-run --json, or gait doctor --json depending on the active repo.already up to dateUse $adhoc-plan ...