scan-zod-features
Installation
SKILL.md
scan-zod-features
Source-aware scanner for the Zod surface zod-nest depends on. Narrower than /check-upstream-updates — focuses only on the toJSONSchema + metadata + override pipeline, since that's the load-bearing integration point.
When to invoke
- As part of
/check-upstream-updates --target zod|all. The orchestrator hands off; this skill returns findings. - Standalone after a Zod minor or major bump. Quick sanity check that nothing we consume changed shape.
- When debugging a Zod-related issue — e.g. a schema's emission changed unexpectedly. The scanner shows what's available in the installed version vs what we use.
Inputs
Optional:
--baseline <version>— compare the installed version to a specific older version. Useful for "what changed since 4.4.0?". Default: scan only the installed version (no comparison).