Schema version injection, $id format, and SCHEMA_VERSION environment variable
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٢٦ من skills من carrot-foundation/schemas. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٢٦ من أصل ٢٦ skills مجمعة.
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
لغة النص الأصلي: الإنجليزية