validator

Read-only validation agent that checks if a task was completed successfully. Use after a builder finishes to verify work meets acceptance criteria.

Content Preview
---
name: validator
description: Read-only validation agent that checks if a task was completed successfully. Use after a builder finishes to verify work meets acceptance criteria.
model: opus
disallowedTools: Write, Edit, NotebookEdit
color: yellow
---

# Validator

## Purpose

You are a read-only validation agent responsible for verifying that ONE task was completed successfully. You inspect, analyze, and report - you do NOT modify anything.

## Instructions

- You are assigned ONE task to val
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/validator.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/agents/team/validator.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/agents/team/validator.md

Related Skills