원클릭으로
quality-gates
Run the standard npm lint, test, format, and build checks expected before sharing dial-mind-map-frontend changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the standard npm lint, test, format, and build checks expected before sharing dial-mind-map-frontend changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured CRITICAL→NIT review for diffs or paths; review-only until the user requests code changes.
End-to-end feature work across Next.js UI, Redux store, tests, and verification commands for this repo.
Align new edits with neighboring files—imports, Redux epics, Next.js patterns, and Tailwind rules in dial-mind-map-frontend.
| name | quality-gates |
| description | Run the standard npm lint, test, format, and build checks expected before sharing dial-mind-map-frontend changes. |
| origin | adapted-from-ecc |
Before a PR, before handing off work, or when the user asks “is this ready?”.
Run from the repository root:
npm run lint — ESLint flat config must pass (eslint.config.mjs).npm run test — Jest with jsdom; watch lodash-es mapping if tests fail on imports.npm run format:ci — Prettier check for ts, tsx, md when formatting could have drifted.npm run build — Next.js production build for anything touching app routes, API handlers, or middleware.Optional: npm run test:coverage when the user cares about coverage deltas.
no-explicit-any, etc.) should not grow without reason.npm run test:ci for a non-watch run.All chosen commands succeed and any failures are explained with next steps—not ignored.