Schema version injection, $id format, and SCHEMA_VERSION environment variable
원문 언어: 영어
메뉴
SkillsMP는 carrot-foundation/schemas에서 26개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 26개 중 26개를 표시합니다.
Schema version injection, $id format, and SCHEMA_VERSION environment variable
원문 언어: 영어
Generated JSON Schema structure — required fields, validation patterns, and $ref usage
원문 언어: 영어
Use when a task is complete and needs the full check, commit, and PR workflow
원문 언어: 영어
Preserve existing behavior during refactoring — no silent deletions or reversions
원문 언어: 영어
Use when writing or updating tests for schemas, especially when 100% coverage is required
원문 언어: 영어
Use when schemas have changed and example JSON files need regeneration and validation
원문 언어: 영어
Use when authoring or modifying Zod schemas -- composition, metadata, and validation patterns
원문 언어: 영어
Use when scaffolding a new schema type directory with data, attributes, tests, and index
원문 언어: 영어
Reviews schema design quality — Zod patterns, metadata completeness, composition correctness, naming, backward compatibility
원문 언어: 영어
Use when running quality gates before committing, creating a PR, or validating the project builds correctly
원문 언어: 영어
Use when triggering a CodeRabbit review on current changes or a pull request
원문 언어: 영어
Use when staging and committing code changes with conventional commit messages
원문 언어: 영어
Use when starting new work and need a branch following naming conventions
원문 언어: 영어
Use when work is ready for review and a pull request needs to be created
원문 언어: 영어
Use when schema generation fails, validation errors occur, or tests fail unexpectedly
원문 언어: 영어
Use when reviewing a pull request for schema quality, test coverage, and conventions
원문 언어: 영어
When and how to write effective comments — favor self-documenting code
원문 언어: 영어
Readable, consistent, and well-structured code across the schemas package
원문 언어: 영어
Conventional commit messages with schemas-specific scopes
원문 언어: 영어
Naming standards — snake_case properties, kebab-case files, PascalCase types and exports
원문 언어: 영어
pnpm only, exact versions, Node >= 22, and minimal dependencies
원문 언어: 영어
PR creation workflow, title format, description template, and quality gates
원문 언어: 영어
Vitest patterns, 100% coverage thresholds, and fixture-driven schema validation
원문 언어: 영어
TypeScript conventions — strict mode, type patterns, and inference preferences
원문 언어: 영어
Zod schema authoring — strictObject, safeExtend, meta(), and composition layers
원문 언어: 영어
Validates completed work — tests at 100% coverage, schemas generate correctly, versions consistent, examples valid
원문 언어: 영어