wp-plugin-changelog
Installation
SKILL.md
WordPress Plugin Changelog
Use this skill to generate user focused changelogs from git history or diffs.
Inputs
- Optional: target branch, commit range, version, output format, update readme.
- If version is not provided, try to infer from the plugin header or ask the user.
Workflow
-
Determine the range
- Prefer a commit range or target branch comparison.
- If nothing is provided, ask for the desired range.
-
Collect changes
- Use
git logandgit diffto gather commits and file changes. - Focus on business value and user facing changes.
- Use
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