wp-plugin-version
Installation
SKILL.md
WordPress Plugin Version
Use this skill to suggest and apply semantic version updates for a WordPress plugin.
Inputs
- Optional: action (analyze, update, list files), target version.
- If no action is provided, start with analysis and recommend a version.
Safety Rules
- Ask before modifying files.
- Update only version references that match the current version.
- Do not commit or tag; the user decides when to commit.
Workflow
- Identify the main plugin file
- Look for a PHP file in repo root containing a
Plugin Name:header.
- Look for a PHP file in repo root containing a
Related skills
More from tmeister/skills
laravel-simplifier
Simplify and refine PHP/Laravel code for clarity and maintainability without changing behavior.
15commit
Generate a conventional commit message from staged changes and commit safely.
6feature-issue
Implement a feature from a GitHub issue with a structured, review-first workflow.
6draft-issue
Research and draft a high quality GitHub issue before creating it.
6prd-to-json
Convert .prd PRD markdown into .prd/prd.json with validation.
6bug-issue
Diagnose and fix a GitHub issue with a reproduction-first workflow.
6