skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

wp-project-triage

Detects project type, tooling, and versions automatically

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/WordPress/agent-skills --skill wp-project-triage

Overview

What This Skill Does

Detects project type, tooling, and versions automatically

Application

When to use this Skill

Documentation

Show Skills.md file

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
    • tests present
    • version hints and sources
  4. If the report is missing signals you need, update the detector rather than guessing.

Verification

Lines 1 - 25 of 32

Recommendations

Explore other random skills

All skillsMy patterns