# Static Route Validation

> Check Forge route declarations and hash-anchor targets without requiring a browser dependency.

- Skill: `okhp3/static-route-validation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add okhp3/static-route-validation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/okhp3/static-route-validation/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/static-route-validation

---


# Static route and anchor validation

## Use when

Run after changing `App.tsx`, FAQ anchors, route components, or static hosting
configuration. This is a deterministic source check and complements browser
testing when a browser runner is available.

## Callable command

```bash
node .agents/skills/static-route-validation/run.mjs
```

## Inputs and outputs

The command reads `artifacts/forge/src/App.tsx` and the FAQ data source,
checks the expected route/anchor contract, and exits non-zero for a missing
route, malformed hash target, or missing focus handling. It does not need
private credentials or network access.
