wp-project-triage

Parse PHP/JS sources and configs to generate a JSON triage report for WordPress repositories.

12|9|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/jnealey88/designsetgo --skill wp-project-triage-jnealey88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-project-triage
Source: https://github.com/jnealey88/designsetgo/tree/main/.claude/skills/wp-project-triage
Command: npx skills add https://github.com/jnealey88/designsetgo --skill wp-project-triage-jnealey88

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

WordPress projects often lack consistent discovery signals before work begins. This skill deterministically inspects a repository to identify project kind (gutenberg, wp-core, wp-theme, wp-plugin, wp-site), tooling presence, tests, and version hints, then outputs a structured JSON report to guide workflows and guardrails.

Core Features & Use Cases

  • Detects repository kind and primary focus (gutenberg, wp-core, wp-plugin, wp-theme, wp-site, etc.) and surfaces key signals.
  • Assesses tooling and test coverage (package.json, composer.json, wp-env, phpunit, etc.) and captures version hints.
  • Produces a machine-readable triage report with workflow recommendations for CI, development setup, and governance.

Quick Start

Run the detector from the repository root to emit a structured JSON 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 run a WordPress repository triage to detect project scope and tooling signals?

WordPress triage identifies repository characteristics like gutenberg, wp-core, wp-plugin, wp-theme, or wp-site scope by parsing composer.json, package.json, and PHP/JS sources to produce a structured JSON report.

How do I identify if a repository is a WordPress plugin, theme, or core project?

To identify if a repository is a WordPress plugin, theme, or core project, the triage detector parses PHP and JS source files alongside package.json and composer.json to determine the project kind and primary focus automatically.

What WordPress development tooling signals does a repo triage report capture?

A repo triage report captures WordPress development tooling signals by assessing test coverage and presence of phpunit, wp-env, composer.json, and package.json, including version hints for CI and development setup recommendations.

Can I use repo triage JSON output to set up workflow guardrails for safe code changes?

Yes, you can use the repo triage JSON output to set up workflow guardrails for safe code changes, as the validated machine-readable report provides governance and CI recommendations based on detected repository characteristics.

Does WordPress repository triage require any external dependencies to parse PHP and JS sources?

WordPress repository triage requires no external dependencies to parse PHP and JS sources, operating deterministically on local repository files like composer.json and package.json to emit the structured triage report.