From wordpress
Inspects WordPress repositories (plugins/themes/block themes/core/Gutenberg) for project kind, tooling, tests, and versions via Node script, outputting structured JSON to guide workflows and guardrails.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wordpress:wp-project-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.
Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.
node skills/wp-project-triage/scripts/detect_wp_project.mjsskills/wp-project-triage/references/triage.schema.jsonproject.kind, signals, and tooling.theme.json, block.json, build config).unknown, check whether the repo root is correct.npx claudepluginhub pleaseai/claude-code-plugins --plugin wordpressAnalyzes code quality and technical debt for Drupal and WordPress projects. Spawns a specialist agent for full analysis with depth modes, scope control, and output formats.
Analyzes code quality in custom WordPress themes and plugins using two-pass approach: quick grep scans for deprecated functions and anti-patterns, then AI contextual review of flagged PHP/JS files.
Reviews WordPress plugin pull requests for security, performance, WPCS standards, and backward compatibility. Supports GitHub, GitLab, and local diffs.