npx skills add f/pressship --skill wordpress-plugin-publish -a codexWordPress.org plugin publishing,
from the terminal.
Pressship validates, packages, submits, releases, inspects, and demos WordPress.org plugins — with review, SVN, and local setup steps kept explicit while the chores stay quiet.
npx pressship publish ./my-pluginslug my-plugin state Pending review reupload available
readme.txt valid plugin-check passed archive my-plugin.zip · 52 files
Detected my-plugin v1.4.0 Route WordPress.org SVN release svn available
One predictable path
Run the full flow with publish, or step into any phase explicitly.
- 01
Inspect
Read local plugin metadata and WordPress.org review state at a glance.
npx pressship info ./my-plugin - 02
Package
Validate readme.txt, run Plugin Check, build an installable zip.
npx pressship pack ./my-plugin - 03
Publish
Route to new submission, pending reupload, or SVN release with setup checks.
npx pressship publish ./my-plugin - 04
Demo
Boot the plugin in WordPress Playground using its own requirements.
npx pressship demo ./my-plugin
Designed for plugin authors who ship often
Less yak-shaving around WordPress.org. More time on the plugin itself.
Validates before it uploads
Readme parsing, WordPress.org validator, and Plugin Check all run locally before anything leaves your machine.
Smart publish routing
Detects new submissions, pending reuploads, and approved SVN releases automatically.
SVN setup helper
For get and release flows, Pressship detects missing Subversion and offers the right install path for your OS.
Zero-setup Plugin Check
Managed WordPress and Plugin Check environment. No manual WP-CLI wiring.
Playground demos
Open any local plugin path or hosted slug in WordPress Playground for instant testing.
Agent skill included
Drop-in publishing skill keeps automated workflows dry-run-first and reviewable.
A focused command set
Every command maps to a plugin author task. No nested config, no hidden global state.
npx pressship loginOpen WordPress.org login in a browser and save the session.02npx pressship whoamiShow the active WordPress.org account.03npx pressship infoInspect local plugin metadata or hosted plugin info.04npx pressship lsList profile plugins and saved-account SVN committer plugins.05npx pressship getCheckout or update SVN, with Subversion setup help.06npx pressship statusRead submission state from the developer dashboard.07npx pressship packValidate, run Plugin Check, and write an installable zip.08npx pressship publishRoute to submit or release based on current state.09npx pressship submitUpload a zip to WordPress.org review or reupload.10npx pressship releasePush an approved release through SVN trunk and tags.11npx pressship demoOpen the plugin in WordPress Playground.12npx pressship versionBump plugin and readme version together.Ready to ship your next plugin?
Set up Pressship in under a minute and stop fighting the WordPress.org publishing dance.

