بنقرة واحدة
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.