custom-multi-repo-push

Automate coordinated commits and pushes across multiple repositories with preflight plans.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill custom-multi-repo-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-multi-repo-push
Source: https://github.com/LZY2333/LZY-FE-JumpTrack/tree/main/agent-configs/skills/custom-multi-repo-push
Command: npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill custom-multi-repo-push

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

一键 commit 并 push 多个资料库仓库,简化跨仓库的代码同步和发布流程。

Core Features & Use Cases

  • 计划驱动执行:在执行前生成完整的 git 命令计划,确保透明度和可追踪性。
  • 多仓库批量操作:一次性对 LazyBlog 和 LZY-FE-JumpTrack 等仓库执行变更提交与推送。
  • 一致性与权限控制:获得用户同意后再执行,避免未授权操作造成的风险。

Quick Start

Run the multi-repo push workflow to stage and push planned changes after user confirmation.

Frequently Asked Questions about custom-multi-repo-push

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I commit and push changes to multiple git repositories at once?

To commit and push changes to multiple git repositories, this skill automates coordinated batch updates across several repos. It generates a preflight plan of git commands, requires your explicit consent, and then executes the pushes with action logging for safety.

What is the safest way to automate batch git commits across polyrepos?

The safest way to automate batch git commits is using a plan-driven execution workflow. This skill enforces preflight plan generation and explicit user consent before running any commands, ensuring transparency and preventing unauthorized operations across your repositories.

Can I execute multi-repo git pushes without confirming the generated command plan?

No, you cannot execute multi-repo git pushes without confirmation. The skill enforces explicit user consent after generating the preflight plan, ensuring you review and approve all batch update commands before they are applied to your repositories.

How do I stage and push planned changes across monorepos and polyrepos?

To stage and push planned changes across monorepos and polyrepos, run the multi-repo push workflow. The skill applies batch updates to multiple repositories simultaneously while maintaining action logging for auditing and operational safety.

Does this multi-repo push workflow track executed git commands for auditing?

Yes, the multi-repo push workflow tracks executed git commands for auditing. It enforces action logging after you provide explicit consent, ensuring all batch updates propagated across your repositories are fully traceable.

When do I need to use an automated multi-repo push solution?

You need an automated multi-repo push solution when managing development workflows across several repositories like monorepos or polyrepos. It is necessary when batch updates must be propagated simultaneously to simplify cross-repository code synchronization and release processes.