원클릭으로
lint
Run TypeScript type checking and ESLint on the frontend codebase. Lighter than /verify — JS/TS only, no PHP tests or static analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run TypeScript type checking and ESLint on the frontend codebase. Lighter than /verify — JS/TS only, no PHP tests or static analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deploy Parf Edhellen to production by merging master into the prod branch and compiling assets. Runs from the repo root (one level above src/).
Format all PHP files in the project with Laravel Pint in one pass. The format-on-save hook handles individual files automatically — use this skill when you want to reformat the entire codebase at once (e.g. after a merge or bulk change).
Run the full verification suite for this project (PHP tests, static analysis, TypeScript check, ESLint). Use before marking a task done or before committing.
| name | lint |
| description | Run TypeScript type checking and ESLint on the frontend codebase. Lighter than /verify — JS/TS only, no PHP tests or static analysis. |
Run both checks from the project root (src/):
npx tsc --noEmitnpm run lintReport which checks passed and which failed. Show relevant output for any failures.