Wp Migration Upgrade Review
WordPress migration and upgrade review for Codex. Use when reviewing schema updates, version guards, data backfills, dbDelta usage, release safety, and backwards-compatibility risks.
Wp Rest Api Development
WordPress REST API review for Codex. Use when reviewing custom routes, permission callbacks, request validation, schema design, controller classes, response shape, or versioned API behavior.
Wp Performance Review
WordPress performance code review for Codex. Use when reviewing themes, plugins, or custom WordPress code for query bloat, cache misses, slow hooks, cron issues, asset-loading waste, polling, or pre-launch scalability risks.
Wp Site Audit And Onboarding
WordPress site and codebase onboarding review for Codex. Use when inheriting a repo, classifying an unfamiliar WordPress stack, mapping architectural hotspots, or deciding which WordPress review skill should run next.
Wp Block Development
WordPress block editor review for Codex. Use when reviewing block.json, editor components, save and render patterns, attributes, InnerBlocks, deprecations, build setup, or the Interactivity API in Gutenberg blocks.
Wp Security Review
WordPress security code review for Codex. Use when reviewing themes, plugins, or custom WordPress code for XSS, SQL injection, CSRF, auth gaps, unsafe uploads, dangerous functions, or insecure REST and AJAX handlers.
Wp Theme Development
WordPress theme review for Codex. Use when reviewing block themes, classic themes, or hybrid themes for theme.json structure, templates, template parts, style variations, global styles, and FSE patterns.
Wp Playground Development
WordPress Playground review for Codex. Use when reviewing Blueprints, Playground CLI usage, embedded Playground demos, reproducible WordPress setups, or zero-setup bug repro environments.
Wp Plugin Development
WordPress plugin architecture review for Codex. Use when reviewing plugin structure, lifecycle hooks, Settings API usage, CPT and taxonomy registration, hook design, i18n, and WordPress.org readiness.
Wp Ci Cd And Release Engineering
WordPress CI/CD and release engineering review for Codex. Use when reviewing GitHub Actions, deployment scripts, artifact packaging, WordPress.org release flows, or rollback and environment promotion safety.
Wp Phpstan Review
WordPress PHPStan review for Codex. Use when reviewing phpstan config, baseline strategy, CI analysis setup, WordPress stubs, or `szepeviktor/phpstan-wordpress` integration in WordPress projects.
Wp Woocommerce Dev
WooCommerce extension review for Codex. Use when reviewing HPOS compatibility, CRUD usage, payment gateway safety patterns, cart fragments, template overrides, Action Scheduler usage, and WooCommerce block integrations.
Wp Acf And Content Modeling
WordPress ACF and content modeling review for Codex. Use when reviewing ACF field groups, CPT and taxonomy design, options pages, repeaters, flexible content, relationship fields, ACF JSON sync, and meta-heavy content architecture.
Wp Accessibility Review
WordPress accessibility review for Codex. Use when reviewing semantic HTML, keyboard access, focus behavior, form labels, ARIA usage, and accessible interaction patterns in themes, blocks, plugins, and admin screens.
Wp Admin Ui Development
WordPress admin UI review for Codex. Use when reviewing settings pages, admin menus, notices, screen targeting, admin form flows, and capability-aware plugin interfaces.
Wp Test Strategy
WordPress test strategy guidance for Codex. Use when deciding what to test, how deeply to test it, and which mix of unit, integration, and E2E coverage fits a WordPress change.
Wp Headless And Wpgraphql
Headless WordPress and WPGraphQL review for Codex. Use when reviewing decoupled WordPress frontends, schema extensions, preview/auth flows, and cache or build invalidation around WPGraphQL.
Wp Wpcli And Ops
WordPress WP-CLI and operations review for Codex. Use when reviewing custom CLI commands, search-replace plans, multisite operations, maintenance scripts, cron or cache workflows, or deployment-time WordPress operations.