Plantillas de Tareas
DepuraciónPrincipiante

Prompt de investigación de bugs

Investigue y solucione bugs de forma sistemática con la asistencia de AI proporcionando un contexto estructurado.

Resumen

Esta plantilla le ayuda a estructurar las investigaciones de bugs proporcionando un contexto completo a la AI. Le guía a través de la documentación de síntomas, el comportamiento esperado y el código relevante para obtener asistencia de depuración específica.

Cuándo Usar

Use this when you encounter a bug that is not immediately obvious. It is especially helpful for intermittent issues, complex bugs involving multiple systems, or when you need a fresh perspective on a problem.

Personalizar Plantilla

Complete las variables

Technologies involved in the bug

Clear description of what is going wrong

What should happen normally

What is actually happening

Step-by-step instructions to trigger the bug

Programming language for syntax highlighting

The code where the bug occurs or is likely located

Any error messages, console logs, or stack traces

Solutions you have already attempted