원클릭으로
commit-all-repos
Iterate through all sub-repos in repos/ and stage/commit/push each one, then do the same for the master repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Iterate through all sub-repos in repos/ and stage/commit/push each one, then do the same for the master repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create an implementation plan in _plans/ with embedded repo context and step-by-step task lists
Execute a plan from _plans/, implementing steps, checking off tasks, running tests, and documenting fixes
Clone/pull git repos, verify local folders, auto-register orphans, and regenerate repos.md
Clone a git repo or register a local folder into repos/ and update repos.md with its description
Find and remove stale entries from repos.yaml whose directories no longer exist on disk
Stage, commit, and push changes for the master repo only (excludes sub-repos in repos/)
| name | commit-all-repos |
| description | Iterate through all sub-repos in repos/ and stage/commit/push each one, then do the same for the master repo |
| user-invocable | true |
| origin | template |
Iterate through every sub-repo in repos/ and stage, commit, and push changes in each one individually, then do the same for the master repo last.
repos/*/ that is a git repositoryFor each directory under repos/<name>/ that is a git repository (has a .git directory):
Note: Skip
type: localentries fromrepos/repos.yaml— local source folders have no git history of their own. Their changes are committed via the root repo's/commitskill.
cd into the repo directorygit status (never use -uall) — if no changes, skip itgit diff to review what changedgit log --oneline -5 to match that repo's commit message styleCLAUDE.md in the sub-repo rootAGENTS.md in the sub-repo root.github/copilot-instructions.md in the sub-repo.claude/prompt-snippets/commit-message.mdgit add -Agit push to push the commit to the remotegit status to verifyAfter all sub-repos are committed:
/commit skill for the root workspace (which excludes repos/)