Skip to main content

devverse-validate

Run repository-specific validation for DevVerse changes. Use when asked to test, validate, smoke check, or confirm modifications in this repository.

설치로 이동

소스 정보

저장소
hoangsonww/DevVerse-SWE-Blog
최근 소스 활동
2026년 2월 28일 11:47
감지된 SKILL.md 언어
영어
스타
15
포크
13

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
devverse-validate
description
Run repository-specific validation for DevVerse changes. Use when asked to test, validate, smoke check, or confirm modifications in this repository.
argument-hint
["scope"]
disable-model-invocation
true
# DevVerse Validation Workflow Validate the current change set for `$ARGUMENTS`. 1. Inspect the current diff first. Use `git status --short` and `git diff --name-only` to understand what changed. 2. Read the validation matrix before running commands. @references/validation-matrix.md 3. Choose the smallest useful set of validations that matches the touched files. 4. Never use `npm run lint` as a read-only validation step. It runs Prettier write mode in this repository. 5. Prefer the constrained-environment Jest commands when needed. Use `env JEST_USE_WATCHMAN=0 npm test -- --runInBand --watchman=false`. 6. Run `python3 .claude/scripts/check_content_contract.py` for article changes. 7. Run `npx tsc --noEmit --pretty false` for TypeScript, route, component, or library changes. 8. Run `npm run build` for page, layout, config, or global styling changes when it is worth the extra cost. If it fails due Google font fetching, report that as an environment limitation unless there is evidence of a code regression. 9. Report exactly what ran, what passed, what failed, and what was skipped.
GitHub에서 보기