Skip to content
Development
Command

/release

Use when a change is ready to be tagged and published.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/release

Context preview

What this command does when you run it.

Use when a change is ready to be tagged and published.

Command definition

release.md

release

Use when a change is ready to be tagged and published.

Steps:

1. Read the current version from `package.json` or the relevant manifest. 2. Confirm the compare range: `git log <last-tag>..HEAD --oneline --no-merges`. 3. Verify changelog coverage. Every user-visible commit must appear in the release notes. 4. Run `npm test`. All tests must pass before proceeding. 5. Run `tsc --noEmit` if the project has a TypeScript build step. 6. Scan for breaking changes: commits with `!` suffix or `BREAKING CHANGE:` in the body. 7. Write the exact publish plan: commands in sequence. 8. Write the rollback plan: one reversal per publish step. 9. Present the go/no-go readout and wait for explicit approval before executing.

Do not tag, publish, or push until the user explicitly approves the plan.

Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups