Release v$ARGUMENTS
SkillDocs & knowledgeVersion bump, commit, push, and create GitHub release with notes
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Release v$ARGUMENTS skill
What this skill tells your AI
The instructions your AI receives, as published by pluginslab/wp-agentic-admin in .claude/skills/release/SKILL.md and read by ahel’s review.
Steps
-
Version bump — update ALL of these to
$ARGUMENTS:agentic-admin.php: plugin headerVersion:,AGENTIC_ADMIN_VERSIONconstant,activate()hookpackage.json:versionfieldreadme.txt:Stable tag:field- Run
npm install --package-lock-onlyto syncpackage-lock.json
-
Changelog — add a new section in
readme.txtunder== Changelog ==for version$ARGUMENTSdescribing what changed since the last release. Usegit logto find changes. -
Lint — run
npx wp-scripts lint-json any modified JS files -
Tests — run
npm testto verify unit tests pass -
Commit — stage all version-bumped files and commit:
release: v$ARGUMENTS — <short description> -
Push —
git push origin main -
GitHub release — create with
gh release create v$ARGUMENTSincluding:- Title:
v$ARGUMENTS — <short description> - Notes: summary of changes, breaking changes if any, notable improvements
- Title:
Signals
- GitHub stars
- 28
- Forks
- 6
- Last commit
- Aug 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
release-pluginslab- Source
- github.com/pluginslab/wp-agentic-admin