# Wp CI CD And Release Engineering

> WordPress CI/CD and release engineering review for Codex. Use when reviewing GitHub Actions, deployment scripts, artifact packaging, WordPress.org release flows, or rollback and environment promotion safety.

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

---


# Codex WordPress CI/CD and Release Engineering Review

## Purpose

Use this skill when Codex should review how a WordPress plugin, theme, or related app is built, packaged, validated, and deployed.

## Focus Areas

- GitHub Actions and deploy gating
- Packaging and artifact reproducibility
- Secrets, environments, and promotion safety
- WordPress.org release mechanics and rollback readiness

## Workflow

1. Identify workflow files, release scripts, and artifact assembly logic.
2. Check artifact boundaries and production deploy protections first.
3. Review validation gates, secret exposure, and rollback readiness.
4. Load only the shared references needed from `../../claude-skills/wp-ci-cd-and-release-engineering/references/`.
5. Report findings with severity, file references, impact, and safer patterns.

## References

- `../../claude-skills/wp-ci-cd-and-release-engineering/references/github-actions-and-gating.md`
- `../../claude-skills/wp-ci-cd-and-release-engineering/references/packaging-and-artifacts.md`
- `../../claude-skills/wp-ci-cd-and-release-engineering/references/wordpress-org-and-rollbacks.md`

