weDevsOfficialweDevsOfficialOfficialยท4 Agent Skills Included

wp-project-manager

WordPress plugin migrations, security audits, and release automation

Automates database migrations, security reviews, and version releases for the WP Project Manager WordPress plugin. Eliminates manual schema edits, missed permission checks, and error-prone release steps like version bumps and changelog formatting. Verifies Free-to-Pro compatibility and runs pre-flight checks so every release ships safely to WordPress.org.
npx skills add weDevsOfficial/wp-project-manager --all -g -y
Available:

Gives your AI agent the full architecture, coding conventions, and safety rules of this WordPress plugin so it can edit routes, database schemas, and React components without breaking the Free-to-Pro bridge.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’