원클릭으로
beta-management
Guidelines and instructions for administrative tasks, including approving beta users and disabling user synchronization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines and instructions for administrative tasks, including approving beta users and disabling user synchronization.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | beta-management |
| description | Guidelines and instructions for administrative tasks, including approving beta users and disabling user synchronization. |
Administrative tasks like approving beta users or disabling sync can be performed via manual GitHub Actions or local scripts.
Approve Beta User: Moves an applicant from PENDING to APPROVED and generates a BetaToken.
Run the command:
npm run beta:approve <email>
(or --prefix apps/sync-backend depending on command execution context).
Disable User Sync: Sets the isActive flag to false on the User record, blocking the /sync endpoint with a 403 error.
Run the command:
npm run beta:disable <email>
These are also available as secure GitHub Actions (under the "Actions" tab in the repository) for secure management without local .env configuration.
Guidelines and instructions for validating code modifications by running lint, build, and test suites via Nx.
Guidelines and information on backend architecture (Node.js, Fastify, Prisma 7), database client configuration, and starting the development server.
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.