ワンクリックで
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 ページを確認してインストールできます。
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/)
SOC 職業分類に基づく
| 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/)