AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Opencase Release

skill-realmorrisliu-opencase-opencase-release · by realmorrisliu

Prepare and publish a new OpenCase release: bump Cargo.toml version, update CHANGELOG.md, PR-first into protected main, then tag v<version> — the release workflow verifies, publishes to crates.io, and builds the platform binaries. Use when asked to cut a release, bump the version, publish to crates.io, or update the changelog.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-realmorrisliu-opencase-opencase-release

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-realmorrisliu-opencase-opencase-release)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Opencase Release? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OpenCase Release

Unified Publish Policy

GitHub Actions is the single publish path. Do not run local cargo publish — emergency-only fallback. Publishing happens in the release workflow, which requires the CARGO_REGISTRY_TOKEN secret (set via gh secret set CARGO_REGISTRY_TOKEN).

Repository Policy

  • main is protected: required checks + 1 review. Do not push directly.
  • Push release prep to a branch, open a PR, merge after checks pass.

Release inputs

  • Target version (e.g. 0.2.0)
  • Release date YYYY-MM-DD
  • Summary bullets grouped by Added / Changed / Fixed (from CHANGELOG.md)

Versioned files (update together, in order)

  1. Cargo.tomlversion = ""
  2. CHANGELOG.md:
  • Move finalized items from ## [Unreleased] into a new ## [] - section
  • Keep ## [Unreleased] at the top for the next cycle
  1. README installation snippets if they pin a version (VERSION=v examples)

Validate before commit

cargo test
cargo clippy -- -D warnings
cargo fmt --check
cargo package --locked   # or --allow-dirty before commit

Commit, tag, publish

  1. Branch → PR → merge to main (checks + review must pass)
  2. Fast-forward local main to the merged commit
  3. git tag v + git push origin v
  4. The release workflow then: verifies tag matches Cargo.toml → builds the platform binaries + SHA-256 checksums → publishes to crates.io → creates the GitHub release

Quick checklist

  • [ ] Cargo.toml version bumped
  • [ ] CHANGELOG.md new version section created
  • [ ] local checks passed
  • [ ] cargo package --locked passed
  • [ ] release prep merged to main
  • [ ] tag v pushed
  • [ ] release workflow green (verify + build + publish + release)
  • [ ] crates.io shows the new version
  • [ ] install.sh installs the new version (VERSION=v sh install.sh in a temp dir)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.