Skills / Engineering
Release Readiness
Verify metadata, routing, performance, and deployment settings. Use before publishing to production.
Ownership
InstructionsSKILL.md Source
Release Readiness
## Goal
Validate all release prerequisites are met before deploying to production environment.
## The Thing
Application metadata, routing configuration, public assets, and deployment settings.
## Structure
1.**Metadata audit** — Check page titles, meta descriptions, and Open Graph tags for accuracy.
2.**Routing validation** — Verify App Router files follow conventions, check dynamic route handling.
3.**Asset optimization** — Confirm public assets are optimized, check image formats and sizes.
4.**Environment check** — Validate .env variables, build flags, and deployment configuration.
5.**Performance baseline** — Run Lighthouse or equivalent to catch regressions before release.
Installation
Toggle your package manager and copy the command to add this skill directly to your workspace configuration.
CLI Add Command
Installs skill bundlenpx @qentrah/skills add release-readiness