원클릭으로
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When to spawn agents vs work directly - parallel execution, specialization
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing
CONTEXT: Cognitive Order Normalized in Transformer EXtract Truncated. Cross-model context handoff via Progressive Density Layering, MLDoE expert compression, Japanese semantic density, and Negentropic Coherence Lattice validation. Creates portable carry-packets that transfer cognitive state between AI sessions. Use when context reaches 80%, switching models, ending sessions, user says save, quicksave, handoff, transfer, continue later, /qs, /context, or needs session continuity.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
| name | fix |
| description | Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI. |
bun.lockb → bun, pnpm-lock.yaml → pnpm, yarn.lock → yarn, else → npmbun run format or bunx prettier --write .pnpm run format or pnpm exec prettier --write .yarn prettier or yarn formatnpm run format or npx prettier --write .bun run lintpnpm run lintyarn lint or yarn lincnpm run lintpackage.json scripts first — if format or lint scripts exist, prefer those over raw binary calls