schema-fixture

Installation
SKILL.md

schema-fixture

Adds one new test case to the engine spec suite. Designed for the common path: a Zod construct + an expected JSON Schema fragment → a it('case name', () => { ... }) block dropped into the right spec file.

When to invoke

  • A new emission behaviour needs locking in — e.g. a Zod release added a representation, or an override turned an unrepresentable type into a representable one.
  • A bug fix needs regression coverage — minimal reproducer of the wrong-emission case before the fix.
  • /scan-zod-features flagged a behaviour worth pinning — the orchestrator hands off the case description; this skill writes the spec block.
  • An interesting emission deserves documentation — sometimes the cleanest place to demonstrate a schema's emission is the test, especially for snapshot-driven composites.

Inputs

Required:

Installs
2
GitHub Stars
3
First Seen
May 17, 2026
schema-fixture — rodrigowbazevedo/zod-nest