AI Prompt for Bug Fixing
Systematically analyze failing tests to determine if the bug is in the code, the test, or the test environment.
Replace the bracketed placeholders with your own context before running the prompt:
[PASTE_TEST_OUTPUT]— fill in your specific paste_test_output.[TEST_FRAMEWORK]— fill in your specific test_framework.[UNIT_INTEGRATION_E2E]— fill in your specific unit_integration_e2e.[TEST_FILE_PATH]— fill in your specific test_file_path.[YES_OR_NO]— fill in your specific yes_or_no.[RECENT_CHANGES]— fill in your specific recent_changes.More prompts for Bug Fixing.
Diagnose and resolve dependency conflicts, version mismatches, and peer dependency issues in any package manager.
Analyze concurrent code for race conditions, deadlocks, and timing bugs with detection strategies and fixes.
Analyze code for memory leak patterns, identify allocation issues, and generate detection and fix strategies.
Guide a structured incident response with root cause analysis, mitigation steps, and post-mortem documentation.
Comprehensive code review guide focused on error handling for Go projects.
Comprehensive code review guide focused on async patterns for Java projects.