wp-project-triage

Identify WordPress project type and tooling signals into a structured JSON triage report.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill wp-project-triage-zenbuapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-project-triage
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/wp-project-triage
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill wp-project-triage-zenbuapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Quickly determine WordPress repo type and tooling signals to guide action, with a structured JSON triage report.

Core Features & Use Cases

  • Detects repo kind (wp-plugin, wp-theme, gutenberg, wp-core) and signals from common WP files.
  • Produces a standard JSON report that can drive workflows and guardrails for developers and reviewers.
  • Use Case: Start a new WP project or audit an existing one to decide tooling and testing strategy.

Quick Start

Run the detector at the repo root to generate the triage report.

Frequently Asked Questions about wp-project-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify WordPress project type and tooling signals from a repository?

To identify WordPress project type and tooling signals, run the detector at the repository root to scan common WP files and generate a structured JSON triage report. It detects repo kinds like wp-plugin, wp-theme, gutenberg, and wp-core.

What is a WordPress repository triage report and when do I need one?

A WordPress repository triage report is a structured JSON output containing project signals, recommended actions, and version hints. You need one when starting a new WP project or auditing an existing repo to decide tooling and testing strategy.

How do I generate a JSON triage report for a WordPress plugin or theme?

Generate a JSON triage report by running the detector at the repo root. It deterministically analyzes WordPress project files, extracts tooling signals, and outputs recommended actions and version hints in a standard JSON format for workflow automation.

Does WordPress repo triage work with multisite and Gutenberg setups?

Yes, WordPress repo triage applies to multisite and Gutenberg setups in addition to standard wp-core, wp-plugin, and wp-theme projects. It detects specific signals from common WP files across all these configurations to guide tooling decisions.

Can I use WordPress repo analysis to set guardrails for code review workflows?

Yes, you can use the deterministic JSON report from WordPress repo analysis to drive guardrails and workflows for developers and reviewers. The structured output provides actionable signals and recommended actions directly integrable into CI pipelines.

What are the limitations of automated WordPress repo triage for version hints?

Automated WordPress repo triage provides deterministic version hints based solely on signals extracted from common repository files. It does not execute code or perform runtime analysis, relying strictly on static file detection to recommend tooling and testing strategies.