release-checklist

Automate pre-release validation of plugin versions, changelogs, builds, tests, and internationalization.

224|121|Updated Aug 18, 2012
One-click install
npx skills add https://github.com/weDevsOfficial/wp-project-manager --skill release-checklist-wedevsofficial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-checklist
Source: https://github.com/weDevsOfficial/wp-project-manager/tree/main/.claude/skills/release-checklist
Command: npx skills add https://github.com/weDevsOfficial/wp-project-manager --skill release-checklist-wedevsofficial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of preparing software releases by automating validation and compliance checks.

Core Features & Use Cases

  • Version Synchronization: Verifies version consistency across multiple files before releasing.
  • Changelog Verification: Ensures changelog entries are up-to-date and reflect actual changes.
  • Build and Testing Automation: Runs linters, unit, functional, and end-to-end tests to confirm release readiness.
  • Use Case: A developer prepares a new plugin release, uses this Skill to automate validation, and ensures all checks pass before tagging and publishing.

Quick Start

Use the release-checklist skill to verify all release prerequisites are satisfied before tagging a new version.

Frequently Asked Questions about release-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pre-release validation for a new plugin version?

This Skill automates pre-release validation by checking version synchronization across files, verifying changelog updates, and running linters and tests to confirm plugin release readiness.

What checks are needed to ensure plugin release readiness before publishing?

Required release readiness checks include verifying version synchronization across files, validating changelog entries, ensuring dependency integrity, and passing unit, functional, and end-to-end tests.

How do I verify version consistency across multiple plugin files?

Verify version consistency by running automated validation checks that scan multiple plugin files to ensure the version number is synchronized everywhere before tagging a release.

Can I use this release checklist to validate internationalization updates?

Yes, this pre-flight release checklist validates internationalization updates alongside build integrity, changelog compliance, and structural correctness to ensure safe plugin releases.

When should I run automated pre-flight checks before tagging a software release?

Run automated pre-flight checks immediately before tagging a software release to catch dependency issues, testing failures, and missing changelog entries before they reach production.