validation-checklist

star 2

Maintain high data quality and schema adherence within the knowledge studio.

d-oit By d-oit schedule Updated 4/15/2026

name: validation-checklist description: Maintain high data quality and schema adherence within the knowledge studio. version: 0.1.0

Skill: validation-checklist

Maintain high data quality and schema adherence.

Guidelines

  1. Zod Always: Every API or DB boundary must be guarded by a Zod schema.
  2. No Silent Errors: Use AppError and logger.error for every validation failure.
  3. Sanitization: Sanitize all Markdown and HTML output to prevent XSS.
  4. Integrity: Ensure referential integrity (e.g., no Links to non-existent Entities).
Install via CLI
npx skills add https://github.com/d-oit/do-knowledge-studio --skill validation-checklist
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator