Back to skills

wp-project-triage

workflows

Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints. Works with plugins, themes, block themes, WP core, Gutenberg, and f

Setup & Installation

npx skills add https://github.com/WordPress/wp-project-triage --skill wp-project-triage
or paste the link and ask your coding assistant to install it
https://github.com/WordPress/wp-project-triage
View on GitHub

What This Skill Does

Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints. Works with plugins, themes, block themes, WP core, Gutenberg, and full-site editing setups. Use it to orient an agent before making changes. Running the detector gives you a machine-readable project map in one command, instead of manually grepping for composer.json, theme.json, and plugin headers across an unfamiliar repo.

When to use it

  • Working with wp project triage functionality
  • Implementing wp project triage features
  • Debugging wp project triage related issues