---
title: Diagnose WordPress repo structure and route follow-up work safely
slug: diagnose-wordpress-repo-structure-and-route-follow-up-work-safely
description: This skill inspects a WordPress codebase, identifies what kind of project it is, and returns the signals an agent needs before touching files or running tools. Use it when you need a deterministic first pass instead of guessing whether a repo is a plugin, block theme, site, core checkout, or mixed workspace.
verification: security_reviewed
source: https://github.com/WordPress/agent-skills/tree/trunk/skills/wp-project-triage
category: WordPress & CMS
framework: Multi-Framework
tool_ecosystem:
  github_repo: wordpress/agent-skills
---
# Diagnose WordPress repo structure and route follow-up work safely

This skill inspects a WordPress codebase, identifies what kind of project it is, and returns the signals an agent needs before touching files or running tools. Use it when you need a deterministic first pass instead of guessing whether a repo is a plugin, block theme, site, core checkout, or mixed workspace.

## Installation

1. Clone this skill repository.
2. Open this skill folder.
3. Review prerequisites and setup needs.
4. Install required dependencies.
5. Run and test in your environment.

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/diagnose-wordpress-repo-structure-and-route-follow-up-work-safely/)
