원클릭으로
pre-commit-check
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.
Run the test suite for the Cartridge Controller monorepo. Use when validating changes, before committing, or when asked to run tests.
Clean all build artifacts and rebuild from scratch. Use when experiencing stale build artifacts, Turbo cache issues, mysterious build failures, or after dependency updates.
Review code changes for quality, correctness, and best practices. Use when asked to review a PR, review changes, or assess code quality before merge.
Regenerate GraphQL types from API schema. Use when API schema has changed, GraphQL queries/mutations added or modified, or type errors in API calls.
Dispatch a release using GitHub Actions. Use when asked to create a release, publish to npm, or start the release process.
| name | pre-commit-check |
| description | Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing. |
Run all pre-commit checks before committing changes.
Manually verify changes pass all quality gates before committing.
pnpm format to format code and fix auto-fixable lint issuespnpm lint to check for remaining lint/format issuespnpm build for major changes