What problem does it solve?
This Skill automates the process of safely publishing code from a private development repository to its public counterpart, ensuring that sensitive internal files are excluded and releases are synchronized.
Core Features & Use Cases
- Secure Code Publishing: Automatically copies all files except the
ai/ directory and .git/ from a private repository to a designated public repository.
- Automated Workflow: Creates a pull request on the public repository, merges it, and syncs GitHub releases, streamlining the deployment process.
- Use Case: After developing a new feature in your private
my-app-private repository and running wip-release to create a GitHub release, you can use this Skill to push the code and release notes to the wipcomputer/my-app public repository.
Quick Start
Use the deploy-public skill to sync your private repository located at /path/to/my-app-private to the public repository wipcomputer/my-app.