10up-project-triage

Diagnose WordPress repositories and output a structured JSON report of tooling and structure.

87|32|Updated Jul 3, 2015
One-click install
npx skills add https://github.com/petenelson/wp-rest-api-log --skill 10up-project-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10up-project-triage
Source: https://github.com/petenelson/wp-rest-api-log/tree/main/.claude/skills/10up-project-triage
Command: npx skills add https://github.com/petenelson/wp-rest-api-log --skill 10up-project-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Detects WordPress repository structure and tooling to surface project signals and conventions before making changes.

Core Features & Use Cases

  • Deterministic detection of project kind (block-theme, plugin, monorepo, scaffold, MU-plugin, etc.)
  • Tooling, testing, and version discovery (build tools, package managers, PHP dependencies, local environment)
  • Outputs a structured JSON report for downstream automation and decision making
  • Real-world use: run in a repo to quickly understand available tooling and structure before refactors

Quick Start

Run the triage script from the project root to generate the JSON report.

Frequently Asked Questions about 10up-project-triage

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

FAQPage Schema
How do I analyze a WordPress repo for project structure and build tooling?

Analyzing a WordPress repository involves detecting project kind, build tools, and package managers. This Skill runs a triage script from the project root to evaluate structure and outputs a structured JSON report detailing available tooling.

What is WordPress repository triage and when do I need it?

WordPress repository triage diagnoses a codebase to reveal project structure and available tooling. You need it before refactoring unfamiliar repos, during project onboarding, or when evaluating build workflows and testing setups.

Can I detect 10up conventions in a monorepo using repo-analysis?

Yes, repo-analysis detects 10up conventions in a monorepo. The triage script identifies project kinds like monorepos, plugins, and block-themes while discovering PHP dependencies, local environment setups, and key paths.

How do I generate a JSON report of available WordPress testing setups and versions?

Generate a JSON report of WordPress testing setups and versions by running the project triage script from the root. It performs tooling discovery and version detection, outputting structured data for downstream automation and decision making.

Does WordPress project triage work for block-theme and MU-plugin detection?

Yes, WordPress project triage works for block-theme and MU-plugin detection. The deterministic detection mechanism identifies these project kinds alongside scaffolds and standard plugins, mapping key paths for evaluation.