validate
Installation
SKILL.md
Validation Skill
Purpose
The validator is responsible for ensuring that code produced by the generate skill actually functions in the real world. It implements Gate 1 and Gate 2 from the AGENTS.md spec to enforce robust quality control and prevent accumulating technical debt. Do not trust what you just wrote; verify it empirically.
Validation Gates
Gate 1: Functional Requirement Check
Does this code do exactly what the checklist task asked for?
- Re-read the initial task from the
planExecution Checklist. - Review the generated code implementation.
- Determine if the business logic accounts for negative cases (e.g., user not found, invalid input formats).
Gate 2: Code Quality and Constraint Check
Does this code meet nemodev production standards? Check each of these explicitly — they are the most common failure modes in AI-generated code: