Version bump, commit, push, and create GitHub release with notes
Scanned 9/12/2026
Install to Claude Code
npx -y skills add pluginslab/wp-agentic-admin --skill release --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/pluginslab-release)More formats (shields.io, HTML) on the badges page.
---
name: release
description: Version bump, commit, push, and create GitHub release with notes
argument-hint: "<version>"
allowed-tools: "Bash(npm *), Bash(git *), Bash(gh *), Read, Edit"
---
# Release v$ARGUMENTS
## Steps
1. **Version bump** — update ALL of these to `$ARGUMENTS`:
- `agentic-admin.php`: plugin header `Version:`, `AGENTIC_ADMIN_VERSION` constant, `activate()` hook
- `package.json`: `version` field
- `readme.txt`: `Stable tag:` field
- Run `npm install --package-lock-only` to sync `package-lock.json`
2. **Changelog** — add a new section in `readme.txt` under `== Changelog ==` for version `$ARGUMENTS` describing what changed since the last release. Use `git log` to find changes.
3. **Lint** — run `npx wp-scripts lint-js` on any modified JS files
4. **Tests** — run `npm test` to verify unit tests pass
5. **Commit** — stage all version-bumped files and commit:
```
release: v$ARGUMENTS — <short description>
```
6. **Push** — `git push origin main`
7. **GitHub release** — create with `gh release create v$ARGUMENTS` including:
- Title: `v$ARGUMENTS — <short description>`
- Notes: summary of changes, breaking changes if any, notable improvements
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。
Django测试策略,包括pytest-django、TDD方法论、factory_boy、模拟、覆盖率以及测试Django REST Framework API。
克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则