What problem does it solve?
This Skill streamlines the process of committing code changes, pushing them to a remote repository, and managing version releases, ensuring code quality and clear versioning.
Core Features & Use Cases
- Synchronize with Remote: Ensures your local branch is up-to-date and handles potential conflicts.
- Automated Code Quality Checks: Runs linters, formatters, and tests based on project type (Rust, Node.js, Python, Go).
- Version Management: Analyzes commit history to suggest semantic version bumps and updates changelogs.
- Release Automation: Handles tagging, pushing, and optionally creating GitHub Releases.
- Use Case: After finishing a new feature, you can run this Skill to automatically format your code, run tests, commit your changes with a descriptive message, and then tag a new release version.
Quick Start
Run the push-update skill to commit your current changes and prepare for a new release.