원클릭으로
check-and-fix
Run TypeScript checks and fix all errors (project)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run TypeScript checks and fix all errors (project)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use this agent when you need to write, review, or refactor TypeScript code following specific architectural patterns without React. This includes creating functions, implementing features, fixing bugs, or modernizing existing TypeScript code to align with modern best practices using kebab-case file naming, one function per file pattern, and Bun for testing.
Research and explain a library or framework using DeepWiki and Context7. Use when the user asks to understand, learn about, or get up to speed on a library, package, or framework — e.g. "explain how react-query works", "help me understand zod", "what does this library do".
Use this agent when you need to write, review, or refactor React code following specific architectural patterns and technology choices. This includes creating new components, implementing features, fixing bugs, or modernizing existing React code to align with modern best practices using Tailwind v4, Vite, TypeScript, and the specified stack.
SOC 직업 분류 기준
| name | check-and-fix |
| description | Run TypeScript checks and fix all errors (project) |
| model | sonnet |
| allowed-tools | ["Bash","Edit","Read","Glob","Grep"] |
Run the following commands in parallel to identify and fix errors:
bun run typecheck to identify TypeScript errorsbun run lint:fix to identify and automatically fix linting errorsThen fix remaining errors:
bun run typecheck and bun run lint:fix again to verify all errors are resolved. IF THE ERRORS ARE NOT RESOLVED, REPEAT THE ENTIRE PROCESS.bun run test in the root to ensure no tests were broken.Be thorough and ensure all errors are resolved and tests pass before completing the task.