# Production Build Verification

> Build the standalone Forge artifact with strict routing inputs and confirm its static output exists.

- Skill: `okhp3/production-build-verification` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add okhp3/production-build-verification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/okhp3/production-build-verification/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: OKHP3 (https://skillmd.com/u/okhp3)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/okhp3/production-build-verification

---


# 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.
