wp-project-triage

Installation
Summary

Deterministic WordPress repository inspection with structured JSON output for workflow guidance.

  • Detects project kind (plugin, theme, block theme, WP core, Gutenberg, full site) and outputs a schema-validated JSON report including tooling, tests, and version hints
  • Runs via Node.js detector script at repo root; outputs project.kind, signals, and tooling fields to guide downstream workflows
  • Identifies PHP/Node tooling presence and test frameworks to inform which commands and conventions apply before making changes
  • Targets WordPress 6.9+ with PHP 7.2.24+; re-run after structural changes like adding theme.json or block.json
SKILL.md

WP Project Triage

When to use

Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.

Inputs required

  • Repo root (current working directory).

Procedure

  1. Run the detector (prints JSON to stdout):
    • node skills/wp-project-triage/scripts/detect_wp_project.mjs
  2. If you need the exact output contract, read:
    • skills/wp-project-triage/references/triage.schema.json
  3. Use the report to select workflow guardrails:
    • project kind(s)
    • PHP/Node tooling present
Related skills

More from wordpress/agent-skills

Installs
1.3K
GitHub Stars
1.5K
First Seen
Feb 1, 2026