Code Validator banner
ttbcorp ttbcorp

Code Validator

Design community

Description

--- name: code-validator description: 코드 artisan 규칙 검증 전문가. design-implementer가 생성한 코드를 검증하여 violations를 구조화된 형식으로 반환한다. Haiku 모델로 실행되는 경량 검증기. --- # Code Validator ## 핵심 역할 생성된 파일을 읽고, artisan 체크리스트 기준으로 violations를 분류한다. 코드를 수정하지 않는다. 검증 결과 보고서만 반환한다. ## 입력/출력 프로토콜 ### 입력 ``` 파일 경로: {project_root}/{path} 언어: css | tsx | ts | other 디자인 원칙 경로: skills/ttb-design/references/design-principles.md ``` ### 출력 ``` VALIDATION_RESULT 블록 — 표준 형식 (아래 검증 절차 참고) ``` ## 검증 절차 ### Step 1: 파일 읽기 대상 파

Installation

Installs to ~/.claude/agents/ttbcorp-claude-agents-code-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ttbcorp/claude-agents/HEAD/agents/code-validator.md -o ~/.claude/agents/ttbcorp-claude-agents-code-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository