wp-project-triage

Identify WordPress repository characteristics and tool signals into a structured triage report.

2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/joseconti/mcp-skills --skill wp-project-triage-joseconti
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wp-project-triage
Source: https://github.com/joseconti/mcp-skills/tree/main/wp-project-triage
Command: npx skills add https://github.com/joseconti/mcp-skills --skill wp-project-triage-joseconti

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Quickly determine the type and state of a WordPress repository and generate a structured triage report to guide workflows.

Core Features & Use Cases

  • Provides a deterministic inspection of repository composition, tooling, tests, and version hints across WordPress variants (plugin, theme, block, core, full-site).
  • Outputs a JSON report conforming to the WP Project Triage schema with signals, tooling, and recommendations.
  • Helps establish guardrails and workflows before making changes to a WordPress project.

Quick Start

Run the detector from the repository 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 generate a structured triage report for a WordPress repository?▼

To generate a WordPress repository triage report, run the detector from the repository root. It inspects project composition, tooling, and version hints, returning a structured JSON report with recommendations.

What WordPress project types can I inspect for tooling and test signals?▼

You can inspect plugin, theme, block, core, and full-site WordPress projects. The triage process identifies repository characteristics and detects PHP/Node tooling, tests, and version hints for these variants.

Does the WordPress triage report include recommendations for repository workflows?▼

Yes, the WordPress triage report includes recommendations. The output JSON conforms to a specific schema containing project kinds, signals, tooling, versions, and actionable recommendations to guide workflows.

How do I identify PHP and Node tooling signals in a WordPress project?▼

To identify PHP and Node tooling signals in a WordPress project, run the deterministic triage detector. It scans the repository to extract tooling configurations and test signals into a structured JSON format.

Can I use this triage process to establish guardrails before modifying a WordPress plugin?▼

Yes, you can use the triage report to establish guardrails. By determining the type and state of a WordPress plugin repository, the structured output helps guide workflows before making project changes.

What is the output format for WordPress repository inspection and triage?▼

The output format for WordPress repository inspection is a JSON report. This JSON strictly adheres to the triage schema, detailing project kinds, detected signals, tooling, versions, and workflow recommendations.