Agent Skills: Validate

Run PRISM quality checks - docs, links, and portability. Use before committing or when something looks broken.

UncategorizedID: resolve-io/.prism/validate

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/validate

Skill Files

Browse the full folder contents for validate.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/validate/SKILL.md

Skill Metadata

Name
validate
Description
Run PRISM quality checks - docs, links, and portability. Use before committing or when something looks broken.

Validate

Run PRISM documentation and structural quality gates.

Steps

  1. All checks: python3 "${PRISM_DEVTOOLS_ROOT}/skills/validate/scripts/validate-all.py" (docs + links + portability)
  2. Links only: python3 "${PRISM_DEVTOOLS_ROOT}/skills/validate/scripts/validate-refs.py" (broken markdown refs, JSON output)

See full reference for check details, output format, and exit codes.