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-triagenpx skills add https://github.com/WordPress/agent-skills --skill wp-project-triageOr paste this URL into your assistant to install:
Overview
What This Skill Does
Detects project type, tooling, and versions automatically
Application
When to use this Skill
- Integrating wp project triage into your development workflow.
- Following best practices for detects project type, tooling, and versions automatically.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
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
- Run the detector (prints JSON to stdout):
node skills/wp-project-triage/scripts/detect_wp_project.mjs
- If you need the exact output contract, read:
skills/wp-project-triage/references/triage.schema.json
- Use the report to select workflow guardrails:
- project kind(s)
- PHP/Node tooling present
- tests present
- version hints and sources
- If the report is missing signals you need, update the detector rather than guessing.
Verification
Lines 1 - 25 of 32
Recommendations