repo-sync

Synchronize GitHub repository code, resolve merge conflicts, and notify WeChat.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill repo-sync-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-sync
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/kaiwu/repo-sync
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill repo-sync-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fetching and synchronizing code from a GitHub repository, handling conflicts, and notifying a group chat about the status while triggering wiki updates.

Core Features & Use Cases

  • Automated GitHub Sync: Regularly pull the latest code from a GitHub repository.
  • Conflict Resolution: Handle merge conflicts during synchronization.
  • Notification: Notify a WeChat group chat about the synchronization status and any new commits.
  • Wiki Update: Trigger wiki updates when new commits are pulled.

Quick Start

Sync the repository and trigger notifications using the command: /repo-sync

Frequently Asked Questions about repo-sync

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

FAQPage Schema
How do I automate GitHub repository sync and send WeChat notifications?

You can automate GitHub repository sync and WeChat notifications by triggering an automated process that pulls the latest code, handles merge conflicts, and pushes status updates directly to a group chat.

How does automated git synchronization handle merge conflicts?

Automated git synchronization handles merge conflicts by executing specific Git commands during the fetch process to resolve discrepancies, ensuring the repository remains stable before triggering wiki updates or notifications.

Can I trigger wiki updates automatically when new commits are pulled from GitHub?

Yes, you can trigger wiki updates automatically when new commits are pulled from GitHub. The synchronization process detects new commits and initiates the wiki update sequence immediately following a successful pull.

What is the best way to notify a WeChat group chat about new GitHub commits?

The best way to notify a WeChat group chat about new GitHub commits is through an automated synchronization workflow that evaluates pull status and automatically sends a detailed notification message to the specified chat.

Does automated GitHub sync require Git to be installed in my environment?

Yes, automated GitHub sync requires Git to be installed in your environment. The synchronization and conflict resolution processes depend on specific Git commands to fetch, merge, and update the repository correctly.

Why do I need to synchronize code from a GitHub repository automatically?

You need to synchronize code from a GitHub repository automatically to maintain up-to-date local copies, prevent manual merge conflicts, and ensure downstream processes like wiki updates and team chat notifications happen without delay.