بنقرة واحدة
commit
Stage, commit, and push changes for the master repo only (excludes sub-repos in repos/)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Stage, commit, and push changes for the master repo only (excludes sub-repos in repos/)
التثبيت باستخدام 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
Iterate through all sub-repos in repos/ and stage/commit/push each one, then do the same for the master repo
| name | commit |
| description | Stage, commit, and push changes for the master repo only (excludes sub-repos in repos/) |
| user-invocable | true |
| origin | template |
Stage, commit, and push changes in the root workspace only. This skill does NOT touch any sub-repos under repos/.
repos/*/ — do not stage, commit, or modify anything in sub-reposgit status shows changes only in repos/, inform the user there's nothing to commit in the master repo and suggest using /commit-all-repos insteadgit status (never use -uall) and git diff to review changes — ignore any changes under repos/git log --oneline -5 to match recent commit message style.claude/prompt-snippets/commit-message.mdgit add -A or git add . which could pull in sub-repo changesgit push to push the commit to the remotegit status to verifyIf there are no root-level changes to commit, say so and stop.