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

  1. Determine the range

    • Prefer a commit range or target branch comparison.
    • If nothing is provided, ask for the desired range.
  2. Collect changes

    • Use git log and git diff to gather commits and file changes.
    • Focus on business value and user facing changes.
Related skills
Installs
4
Repository
tmeister/skills
First Seen
Feb 13, 2026