Code Validator

Validate code changes and fix issues until Vercel builds pass.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dreamrealai/nonlinear-editor --skill code-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Validator
Source: https://github.com/Dreamrealai/nonlinear-editor/tree/main/.claude/skills/code-validator
Command: npx skills add https://github.com/Dreamrealai/nonlinear-editor --skill code-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node>=18.0.0, vercel-cli>=latest, and includes scripts (resource) components.

What problem does it solve?

This skill automates comprehensive code validation, ensuring changes are accurate, adhere to best practices, avoid duplication, and pass Vercel builds, thereby saving developer time and improving code quality.

Core Features & Use Cases

  • Multi-faceted Validation: Checks code for accuracy, adherence to best practices (TypeScript, API routes, React components), and duplication.
  • Vercel Build Verification: Monitors and confirms successful Vercel deployments, catching build-time errors early.
  • Recursive Fixing: Automatically applies fixes and re-validates until all issues are resolved, streamlining the code review process.
  • Use Case: After implementing a new API route, simply ask "Validate my changes and fix any issues." The skill will review the code, identify missing input validation or any types, fix them, trigger a Vercel build, and report back when everything passes.

Quick Start

Validate my changes and fix any issues.