autonomous-github-sync

Automate GitHub commits and pushes via Google Drive intermediary.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mealpac/manus --skill autonomous-github-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-github-sync
Source: https://github.com/mealpac/manus/tree/main/skills/automation-skills/autonomous-github-sync
Command: npx skills add https://github.com/mealpac/manus --skill autonomous-github-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Autonomous GitHub commits and pushes through Google Drive as an intermediary, bridging sandbox work and client repositories to remove manual handoffs.

Core Features & Use Cases

  • Bridges sandbox changes to client repositories via Google Drive for automated commits and pushes.
  • Keeps local repository state in sync by pulling updated files from the sandbox before performing Git operations.
  • Use Case: when you need hands-off deployment of sandbox edits to a user's GitHub repo.

Quick Start

Tell Manus to run an autonomous sync workflow to upload changes to Google Drive, download to the local repo, commit with a descriptive message, and push to GitHub.

Frequently Asked Questions about autonomous-github-sync

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

FAQPage Schema
How do I automatically push code changes from a sandbox to a GitHub repository?

To push sandbox changes to GitHub automatically, this Skill uses Google Drive as an intermediary bridge. It uploads sandbox edits to Google Drive, downloads them to a local Git repository, commits the changes with a descriptive message, and pushes them to GitHub without manual handoffs.

What is a Google Drive bridge for GitHub commits and how does it work?

A Google Drive bridge for GitHub commits transfers files between an isolated sandbox and a local repository. The automation script uploads modified files to Google Drive, pulls them down to the local repo, syncs the state, and performs the Git commit and push operations.

Do I need Google Drive access to automate Git pushes from my sandbox?

Yes, Google Drive access via the automation flow is required to use this Git push synchronization. The workflow depends on Google Drive to copy changes from the sandbox to your local repository before executing Git commit and push operations.

How do I set up hands-off deployment of sandbox edits to a GitHub repo?

To set up hands-off deployment of sandbox edits, ensure you have a local repository with Git configured and Google Drive integration available. Then instruct the automation to run the sync workflow to upload, download, commit, and push the changes automatically.

What happens if errors occur during the automated GitHub sync process?

If errors occur during the automated GitHub sync process, the script includes error handling to manage failures during the upload, download, copy, commit, and push operations. This ensures synchronization issues between the sandbox, Google Drive, and local repository are addressed.

Can I sync sandbox changes to GitHub without manual file transfers?

Yes, you can sync sandbox changes to GitHub without manual file transfers by using the autonomous sync workflow. It automatically pulls updated files from the sandbox via Google Drive and performs the Git commit and push to keep your repository current.