Back to Skills

verify

verified

작업 완료 후 코드 검증 (타입체크, 린트, 테스트, 빌드). "검증", "verify", "테스트", "빌드" 키워드에 활성화.

View on GitHub

Marketplace

my-claude-code-asset

jh941213/my-claude-code-asset

Plugin

ccpp

productivity

Repository

jh941213/my-claude-code-asset
68stars

skills/verify/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/jh941213/my-claude-code-asset/blob/main/skills/verify/SKILL.md -a claude-code --skill verify

Installation paths:

Claude
.claude/skills/verify/
Powered by add-skill CLI

Instructions

# 코드 검증

작업 완료 후 코드를 검증합니다.

## 검증 순서
1. TypeScript 타입 체크 (있는 경우)
2. 린트 실행
3. 테스트 실행
4. 빌드 실행

## 실행 명령어
```bash
# package.json scripts 확인
cat package.json | grep -A 20 '"scripts"'

# 일반적인 검증 순서
npm run typecheck || npx tsc --noEmit
npm run lint
npm test
npm run build
```

## 검증 루프
각 단계에서 에러가 발생하면:
1. 즉시 수정
2. 다시 검증
3. 모두 통과할 때까지 반복

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
329 chars