Install
$ agentstack add skill-avacadorun-dev-soba-agent-version-bump ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Version Bump
Purpose
Change version identity consistently without assuming a version scheme, package format, release tool, or publishing workflow.
Triggers
Apply this workflow when the user requests a target version, a release bump, or synchronization of inconsistent project version references.
Inputs To Inspect
- The exact requested version or bump intent.
- Project release instructions, versioning policy, and automation.
- Authoritative manifests, generated metadata, runtime output, lock data, tests, and documentation that consume the version.
- Current release state and compatibility constraints relevant to the project.
Procedure
- Determine the version scheme and authoritative source from project evidence.
- Use the exact target when provided. When only a bump intent is given, apply the project's documented policy; ask rather than inventing a policy when different choices have material release impact.
- Find derived references by tracing consumers of the authoritative version instead of replacing matching strings globally.
- Update authoritative and required derived artifacts through the project's established workflow when one exists.
- Exclude historical examples, dependency versions, fixtures, and unrelated documentation unless the release contract requires them.
- Verify that manifests, runtime or artifact identity, tests, and generated outputs agree where applicable.
- Review the diff for accidental version changes and summarize any intentionally deferred release artifacts.
- Commit, tag, publish, or deploy only when the user explicitly requests those separate actions.
Verification Contract
Require every authoritative version source and relevant consumer to agree under the project's canonical checks. State the target, files or artifacts updated, and exact verification evidence.
Failure Recovery
If existing references disagree, identify the authority before editing and report stale derived values. If generation requires unavailable tooling or external state, update only what can be verified safely and mark the remaining release step explicitly.
Memory Policy
Read memory as a hint for release conventions and verify it against current automation. Write only a repeated, stable release rule confirmed by project evidence and successful verification.
Stop Conditions
Stop when the requested version is consistent and verified, or when an unresolved version-policy decision or unavailable authoritative generator prevents a correct bump.
Anti-Patterns
- Do not assume semantic versioning or choose a bump level from commit labels alone.
- Do not replace every occurrence of the old version indiscriminately.
- Do not change dependency versions as though they were the project version.
- Do not create commits, tags, releases, or publications without explicit authorization.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: avacadorun-dev
- Source: avacadorun-dev/soba-agent
- License: MIT
- Homepage: https://soba-agent.dev/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.