Install
npx skillscat add protagonistss/ithinku-plugins/remote Install via the SkillsCat registry.
SKILL.md
Skill: Remote
远程仓库管理技能 - 智能推送、拉取和多仓库同步。
核心功能
- 🚀 智能推送 - 安全检查和分批推送
- 📥 智能拉取 - 冲突预防和策略选择
- 🔗 多仓库管理 - 同步多个远程仓库
- 🌐 分支同步 - 自动同步远程分支
- 📊 状态监控 - 实时同步状态监控
快速使用
# 安全推送
/remote push main --safe
# 智能拉取
/remote pull --auto
# 同步分支
/remote sync --all
# 多仓库推送
/remote push-all --remotes origin,backup配置
{
"remote": {
"safetyChecks": true,
"autoSync": false,
"multiRemote": true
}
}