Claude Prompt for Bug Fixing
Perform a comprehensive security audit on code to identify vulnerabilities, assess risk levels, and recommend fixes.
Replace the bracketed placeholders with your own context before running the prompt:
[LANGUAGE]— fill in your specific language.[PASTE_CODE_HERE]— fill in your specific paste_code_here.[APP_TYPE]— fill in your specific app_type.[FRAMEWORK]— fill in your specific framework.[INTERNAL_OR_PUBLIC]— fill in your specific internal_or_public.[DATA_TYPES]— fill in your specific data_types.[AUTH_TYPE]— fill in your specific auth_type.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.