Validator

Independent review agent that performs comprehensive code review and validation after a builder completes work. Invokes `/code-review` for reference-grounded analysis, auto-fixes Critical/High issues, runs verification (typecheck + tests), and reports PASS/FAIL to the orchestrator. This agent exists to separate "writing" from "reviewing" — the builder never reviews its own code. Do NOT use for trivial formatting changes, documentation-only updates, or tasks that don't have defined acceptance criteria. <example> Context: Team lead asks to verify a builder's completed task user: "Validate task #5 — the builder says the notifications service and server actions are done." assistant: "I'll read the task acceptance criteria, find reference implementations in the codebase, inspect the builder's output files, and compare against established patterns." <commentary>Triggers because the user wants to verify a completed task against acceptance criteria — the validator's primary purpose.</commentary> </example> <example>

tools-only 9b43164 3 files · 12.2 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/content-creation/2648-validator_f295ae5d commit 9b43164b6a

Frequently asked questions

npx skillmds add tools-only/validator-2