wp-project-manager
WordPress plugin migrations, security audits, and release automation
All Skills in This Repository (4)
Pure Emerald Level Indicatorsdb-migration
Create and implement WordPress plugin database migrations using PHP and SQL.
free-pro-contract-check
Analyze WordPress plugin file diffs to verify Pro contract interface compatibility.
release-checklist
Automate pre-release validation of plugin versions, changelogs, builds, tests, and internationalization.
security-review
Analyze PHP and JavaScript code changes in WordPress plugins for security vulnerabilities.
Frequently Asked Questions
FAQPage SchemaHow to install wp-project-manager skills?โผ
Run `npx skills add weDevsOfficial/wp-project-manager --all -g -y` in your terminal to install all skills in this suite globally.
How to add a database migration in WP Project Manager?โผ
The db-migration skill creates an append-only migration file, updates the schema, model, and transformer, and verifies the change is idempotent on reactivation.
How to release a new plugin version to WordPress.org?โผ
The wepm-release skill bumps versions, drafts the changelog, tags the release, and triggers the GitHub Actions workflow that deploys to WordPress.org SVN automatically.
How to check a change won't break the Pro plugin?โผ
The free-pro-contract-check skill diffs the window.PM bridge surface and flags any removed or renamed exports, slots, or routes that Pro depends on.
Can it audit my code for WordPress security issues?โผ
Yes. The security-review skill scans PHP and React changes for nonce bypass, SQL injection, XSS, unsafe file uploads, and leaked secrets, then reports findings by severity.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core