release-manager

Automates packaging and GitHub synchronization of workspace releases via ZIP or incremental commits.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill release-manager-wike-chi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-manager
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/release-manager
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill release-manager-wike-chi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Managing releases for the Honglong acquisition system is error‑prone, requiring manual ZIP packaging, Git commits, submodule cleanup, and large‑file filtering, which slows down deployment and risks repository corruption.

Core Features & Use Cases

  • Dual Mode: Preferred GitHub sync that incrementally updates only changed skills, detects and repairs submodule references, filters large files, and respects a whitelist of core skills; and ZIP‑pack mode that creates a workspace archive with intelligent version numbering.
  • Automation: Executes PowerShell scripts to handle git add, commit, tagging, and push, providing one‑click commands for release, sync, and cleanup.
  • Scenario: Use when you need to publish a new version of the acquisition agent or synchronize the local skill set to the central GitHub repository without manual git operations.

Quick Start

Ask the release-manager to release version 1.2.0.

Frequently Asked Questions about release-manager

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

FAQPage Schema
How do I automate GitHub sync and ZIP packaging for workspace releases?

To automate GitHub sync and ZIP packaging, run PowerShell scripts that handle git add, commit, tagging, and push, or generate a workspace archive with intelligent version numbering in one click.

What is the best way to sync only changed skills to a GitHub repository?

The best way to sync only changed skills is using incremental Git commits that detect and repair submodule references, filter large files, and respect a whitelist of core skills without manual operations.

Do I need PowerShell and Git installed to run GitHub release automation?

Yes, you need PowerShell and Git installed to execute the release automation scripts. The GitHub CLI is an optional dependency for synchronizing your local skill set to the central repository.

How does submodule repair work when synchronizing releases to GitHub?

Submodule repair works during GitHub synchronization by detecting broken submodule references in selected skills and automatically cleaning them up before committing changes to prevent repository corruption.

Can I create a ZIP archive of the entire workspace while excluding large files?

Yes, you can create a ZIP archive of the entire workspace while excluding large files, as the packaging process automatically filters large files and respects the project's .gitignore configuration.

What are the limitations of using ZIP pack mode for workspace release management?

ZIP pack mode limitations include lacking incremental updates, as it creates a full workspace archive rather than synchronizing only changed skills, making it less efficient for frequent GitHub repository updates.