원클릭으로
validate-changes
Guidelines and instructions for validating code modifications by running lint, build, and test suites via Nx.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines and instructions for validating code modifications by running lint, build, and test suites via Nx.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guidelines and information on backend architecture (Node.js, Fastify, Prisma 7), database client configuration, and starting the development server.
Guidelines and instructions for administrative tasks, including approving beta users and disabling user synchronization.
Guideline and instructions for reducing and avoiding the use of 'any' in TypeScript codebase, and properly annotating acceptable usages with eslint-disable comments.
Guidelines and instructions for using direct imports for Heroicons in the frontend to maintain a small bundle size and ensure tree-shaking.
SOC 직업 분류 기준
| name | validate-changes |
| description | Guidelines and instructions for validating code modifications by running lint, build, and test suites via Nx. |
This skill provides guidelines and practices to ensure the workspace health is verified after any code modifications.
Execute the following command in the workspace root:
npx nx run-many -t lint build test
any minimization).web-ui) and TypeScript backend (sync-backend) to check for compiler errors.[!NOTE] The automated
PostToolUsecommand hook is disabled to prevent executing commands outside the dev container environment. Changes must be validated manually from within the dev container.