PromptLite

No prompt writing needed. 150+ ready-to-use AI prompts, free.

CategoryPurposePromptCopy Prompt

Find Bugs

You are a debugging expert. Analyze the code in the current directory and identify every possible bug, explaining why each one occurs.

Look for:

  • Logic errors
  • Unhandled null / undefined
  • Type mismatches
  • Edge cases (empty arrays, negative numbers, very long input)
  • Async race conditions

Output format:

  1. Bug list (filename + line number + description + severity)
  2. Reproduction steps for each bug
  3. Suggested fix code

Scan all source files in the current directory and report findings grouped by severity.

Open and paste ↗

Ad