# Wp Phpstan Review

> WordPress PHPStan review for Codex. Use when reviewing phpstan config, baseline strategy, CI analysis setup, WordPress stubs, or `szepeviktor/phpstan-wordpress` integration in WordPress projects.

- Skill: `jorgerosal/wp-phpstan-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jorgerosal/wp-phpstan-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jorgerosal/wp-phpstan-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: jorgerosal (https://skillmd.com/u/jorgerosal)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jorgerosal/wp-phpstan-review

---


# Codex WordPress PHPStan Review

## Purpose

Use this skill when Codex should review PHPStan setup for WordPress projects, including config structure, baseline discipline, CI behavior, and WordPress-specific extension wiring.

## Focus Areas

- `phpstan.neon` / `.dist` structure
- Baseline and ignore strategy
- CI integration and Composer wiring
- WordPress-specific extension and stubs

## Workflow

1. Identify config files, baseline files, and CI entrypoints.
2. Check whether PHPStan is truly analysing first-party WordPress code.
3. Review baseline use, extension loading, and local-vs-CI consistency.
4. Load only the needed shared references from `../../claude-skills/wp-phpstan-review/references/`.
5. Report findings with severity, file references, impact, and fixes.

## References

- `../../claude-skills/wp-phpstan-review/references/config-and-bootstrap.md`
- `../../claude-skills/wp-phpstan-review/references/baseline-and-ci.md`
- `../../claude-skills/wp-phpstan-review/references/wordpress-stubs-guide.md`

