wp-plugin-changelog
4
总安装量
1
周安装量
#49853
全站排名
安装命令
npx skills add https://github.com/tmeister/skills --skill wp-plugin-changelog
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
claude-code
1
Skill 文档
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
-
Classify changes
- Categories: breaking, features, fixes, security, performance, UX, API.
- Ignore low value noise (formatting, refactors, tooling).
-
Write user friendly entries
- Prefer benefits over internal details.
- Keep bullets short and clear.
-
Output format
- Default: markdown.
- If the user asks for readme.txt, use the WordPress changelog format.
-
Update readme.txt (optional)
- Only update when the user explicitly requests it.
- Insert the new entry at the top of the Changelog section.
Rules
- Ask before modifying files.
- If nothing changed in the range, say so and stop.