changelog

Community

Keep changelog up-to-date.

Authorbonny
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides you to add a changelog entry to the Simple History plugin's readme.txt, ensuring it follows the project's changelog format and lands under the Unreleased section so users can quickly see what changed.

Core Features & Use Cases

  • Structured entries: Add a one-line changelog entry categorized as Added, Changed, Fixed, Deprecated, Removed, or Security.
  • Format accuracy: Ensures entries follow the WordPress changelog conventions for clarity and consistency.
  • Workflow alignment: Useful whenever releasing a new version or when a user asks to update the changelog.

Quick Start

  • Ask the user for the changelog entry text (one line summary of the change)
  • Determine the category - Added, Changed, Fixed, Deprecated, Removed, or Security
  • Read the readme.txt file to locate the ## Changelog section
  • Find the ### Unreleased subsection
  • Add the new entry under the appropriate category within Unreleased, following the required format
  • Show the user the added entry and confirm it looks correct

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: changelog
Download link: https://github.com/bonny/WordPress-Simple-History/archive/main.zip#changelog

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository