AgentStack
SKILL verified MIT Self-run

Release Pastiche

skill-retz8-pastiche-release-pastiche · by retz8

Ship a pastiche release — version bump, plugin build, CHANGELOG entry, release commit, tag, GitHub Release, milestone close. Use when the user invokes `/release-pastiche` after a TODO group's final feat→main merge. Human-triggered only; never run from an automated routine.

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

Install

$ agentstack add skill-retz8-pastiche-release-pastiche

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

Are you the author of Release Pastiche? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

release-pastiche

Run on main, clean working tree, after every task of the group has merged.

Workflow

  1. Determine the version. Default: the completed group's minor from _dev/TODO.md (provisional — confirm with the user; hotfix releases are a patch bump instead).
  2. Bump version in package.json.
  3. Build: npm run build — verify dist/claude-code/ regenerated and its plugin.json carries the new version.
  4. CHANGELOG entry. Move [Unreleased] content (if any) and derive the rest from commits since the last release tag: feat(...)Added, fix(...)Fixed, breaking/behavior changes → Changed. Section header: ## [] - . Fresh empty [Unreleased] on top.
  5. Commit everything as one commit: chore(release): v.
  6. Tag v and push branch + tag.
  7. GitHub Release: gh release create v with the new CHANGELOG section as body.
  8. Close the milestone for the shipped group.
  9. Tick TODO.md: confirm all the group's task checkboxes are ticked and parent issues closed; flag any that aren't.

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.