Release v$ARGUMENTS

SkillDocs & knowledge

Version bump, commit, push, and create GitHub release with notes

Available today. Use it from your connected AI after setup.

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

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

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