publish-new-version
SolidUse when the maintainer wants to publish / ship a new PUBLIC version of Personal Jarvis to GitHub — the periodic (~biweekly) release of the current folder state to the one public repo. Triggers: "veröffentliche eine neue Version", "neue Jarvis-Version raus", "mach ein Release", "push nach GitHub", "publish the new version", "cut a release", "neue Public-Version". NOT for untangling git chaos (use git-rescue) and NOT a quick local-only commit.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- PersonalJarvis
- Repository
- PersonalJarvis/PersonalJarvis
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
publish
Tag a new version of agent-harness, push to GitHub, and create a GitHub release. Use when shipping a meaningful update (new rules, new templates, etc.). Asks for SemVer bump and writes release notes from git log.
publish-gate
Mandatory security, legal, and quality gate BEFORE anything goes public. Always run when a GitHub repository is about to be created, made public, or pushed; when something is submitted to a package registry or marketplace (npm, PyPI, a skills directory); when a blog post, gist, or artifact containing code or config is published; or when the user says "make it public", "publish", "push the repo", "launch", "release", "go live". Also trigger when publishing is only a sub-step of a larger task, when it seems urgent, or when someone claims "it was already checked". Nothing is published without a complete gate run and an explicit human go.
publish
Prepare a version bump through a feature branch and pull request; merging to main auto-tags and publishes the release. Triggers on 'publish', 'release', 'bump version'.