
Description
Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.
SKILL.md
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
- The JSON should parse and include:
project.kind,signals, andtooling. - Re-run after changes that affect structure/tooling (adding
theme.json,block.json, build config).
Failure modes / debugging
- If it reports
unknown, check whether the repo root is correct. - If scanning is slow, add/extend ignore directories in the script.
More skills from the agent-skills repository
View all 18 skillsblueprint
create WordPress Playground blueprint files
Apr 6WordPressWordPress Playgroundwordpress-router
route WordPress codebase tasks
Apr 6EngineeringTriageWordPressWorkflow Automationwp-abilities-api
manage WordPress Abilities API definitions
Apr 6Access ControlAPI DevelopmentWordPresswp-abilities-audit
audit WordPress plugins for Abilities API registration
May 28Abilities APIAuditCode AnalysisDocumentation +4wp-abilities-verify
verify WordPress plugin Abilities API registrations
May 28Abilities APICode AnalysisPlugin DevelopmentREST API +4wp-block-development
develop WordPress Gutenberg blocks
Apr 6FrontendPHPReactUI Components +1
More from WordPress
View publisherwp-block-themes
develop WordPress block themes
agent-skills
Apr 6DesignFrontendThemesUI Components +1wp-interactivity-api
build interactive features with WordPress Interactivity API
agent-skills
Apr 6API DevelopmentFrontendJavaScriptWordPresswp-patterns
generate WordPress block patterns
agent-skills
Jul 9Block EditorDesignTemplatesWordPresswp-performance
investigate and improve WordPress performance
agent-skills
Apr 6BackendDatabasePerformanceSQL +1wp-phpstan
run PHPStan static analysis on WordPress projects
agent-skills
Apr 6Code AnalysisPHPQAWordPresswp-playground
manage WordPress Playground instances
agent-skills
Apr 6Local DevelopmentSandboxingWordPressWordPress Playground