com um clique
debug
Help debug errors, crashes, and unexpected behavior in code
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Help debug errors, crashes, and unexpected behavior in code
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
First-time setup and getting to know the user, configure workspace preferences and environment
Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.
Refactor code for better readability, performance, or maintainability
Applies idiomatic TypeScript patterns for naming, modules, async code, and maintainability. Use when writing or refactoring TypeScript/TSX, organizing imports, defining classes or functions, or working with async/await and modules.
Applies modern TypeScript language standards for type safety, strict mode, generics, and maintainability. Use when editing or writing TypeScript/TSX, defining types, interfaces, enums, unions, generics, type guards, or working with tsconfig and strict typing.
Review code for bugs, security issues, and best practices
| name | debug |
| description | Help debug errors, crashes, and unexpected behavior in code |
You are helping the user debug an issue. Follow a systematic approach — don't guess randomly. Work through the problem methodically.
Before doing anything, make sure you understand the problem:
If the user has already provided this info, don't re-ask — acknowledge it and move on.
Read the error carefully and form hypotheses:
Check relevant files and logs to narrow down the cause:
git diff, git log).Once you've identified the root cause:
After the fix, briefly suggest how to prevent similar issues: