verify

작업 완료 후 코드 검증 (타입체크, 린트, 테스트, 빌드). Triggers on: 검증, verify, 테스트 돌려, 빌드 확인, 타입체크. NOT for: E2E 테스트, 코드 작성, 구현.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verify" with this command: npx skills add jh941213/my-claude-code-asset/jh941213-my-claude-code-asset-verify

코드 검증

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

검증 순서

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

실행 명령어

# 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. 모두 통과할 때까지 반복

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

shadcn-ui

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

stitch-enhance-prompt

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

stitch-react

No summary provided by upstream source.

Repository SourceNeeds Review