KS
Killer-Skills

prepare-changelog-release — how to use prepare-changelog-release how to use prepare-changelog-release, prepare-changelog-release setup guide, automated changelog updates, prepare-changelog-release alternative, prepare-changelog-release vs Post Expirator, prepare-changelog-release install, what is prepare-changelog-release, prepare-changelog-release tutorial, prepare-changelog-release best practices

v1.0.0
GitHub

About this Skill

Ideal for Release Automation Agents handling WordPress plugin deployments and version management. prepare-changelog-release is a plugin that automates the process of updating the unreleased section of CHANGELOG.md with the current plugin version and date.

Features

Reads the current plugin version from publishpress-hub-statistics.php
Updates the unreleased section of CHANGELOG.md with the current plugin version and date
Follows the project's changelog format
Identifies the [Unreleased] section in CHANGELOG.md
Processes bullet points between [Unreleased] entries

# Core Topics

publishpress publishpress
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add publishpress/publishpress-future/prepare-changelog-release

Agent Capability Analysis

The prepare-changelog-release MCP Server by publishpress is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use prepare-changelog-release, prepare-changelog-release setup guide, automated changelog updates.

Ideal Agent Persona

Ideal for Release Automation Agents handling WordPress plugin deployments and version management.

Core Value

Automates CHANGELOG.md updates by parsing plugin version headers from PHP files and restructuring unreleased sections with proper version tagging and date formatting. Eliminates manual changelog maintenance during release cycles.

Capabilities Granted for prepare-changelog-release MCP Server

Automating version-tagged changelog updates for plugin releases
Parsing WordPress plugin header metadata for version detection
Restructuring CHANGELOG.md unreleased sections into versioned entries

! Prerequisites & Limits

  • Requires specific CHANGELOG.md format with [Unreleased] section at line 4
  • Dependent on WordPress plugin header structure in PHP files
  • Limited to projects using semantic versioning in changelogs
Project
SKILL.md
2.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Prepare Changelog for Release

Updates the unreleased section of CHANGELOG.md with the current plugin version and date, following the project's changelog format.

Instructions

When preparing the changelog for release:

  1. Read the current plugin version from publishpress-hub-statistics.php (Version field in the file header)

  2. Read CHANGELOG.md to identify:

    • The [Unreleased] section (typically starts at line 4)
    • All entries under [Unreleased] (bullet points between [Unreleased] and the next version)
  3. Update the changelog by replacing the [Unreleased] header with:

    [VERSION] - DD MMM, YYYY
    

    Where:

    • VERSION is the current version from the plugin file
    • DD is the day (2 digits)
    • MMM is the month (3-letter abbreviation: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec)
    • YYYY is the 4-digit year
  4. Add a new [Unreleased] section at the top (after line 3) with empty content:

    [Unreleased]
    
    

Format Requirements

  • Use exactly one blank line between sections
  • Maintain the existing bullet point format for entries
  • Follow the format: [VERSION] - DD MMM, YYYY (e.g., [1.0.0] - 02 Feb, 2026)
  • Add comma after day in the date
  • Use 3-letter month abbreviation

Example Transformation

Before:

markdown
1The format is based on [Keep a Changelog](http://keepachangelog.com/) 2and this project adheres to [Semantic Versioning](http://semver.org/). 3 4[Unreleased] 5 6- Added: New feature X 7- Fixed: Bug in feature Y 8 9[1.0.0] - 02 Feb, 2026

After (assuming version 1.1.0 and date 05 Feb, 2026):

markdown
1The format is based on [Keep a Changelog](http://keepachangelog.com/) 2and this project adheres to [Semantic Versioning](http://semver.org/). 3 4[Unreleased] 5 6[1.1.0] - 05 Feb, 2026 7 8- Added: New feature X 9- Fixed: Bug in feature Y 10 11[1.0.0] - 02 Feb, 2026

Month Abbreviations Reference

MonthAbbreviation
JanuaryJan
FebruaryFeb
MarchMar
AprilApr
MayMay
JuneJun
JulyJul
AugustAug
SeptemberSep
OctoberOct
NovemberNov
DecemberDec

Related Skills

Looking for an alternative to prepare-changelog-release or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication