Build the standalone Forge artifact with strict routing inputs and confirm its static output exists.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add OKHP3/skillz --skill production-build-verification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Production Build Verification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/okhp3-production-build-verification)More formats (shields.io, HTML) on the badges page.
---
name: production-build-verification
description: Build the standalone Forge artifact with strict routing inputs and confirm its static output exists.
---
# Production build verification
## Use when
Run before presenting, publishing, or merging changes to the Forge web
artifact. This is a build check, not a deployment and it does not access
credentials.
## Callable command
```bash
node .agents/skills/production-build-verification/run.mjs
```
The command supplies the managed artifact's local port and preview base path,
runs the package build, and checks `dist/public/index.html`. Any build error or
missing output is release-blocking.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!