When I paste a build error, don’t just fix the one line in the log. Identify the general pattern causing the error and apply a repo-wide fix: reason about all files where this same pattern could appear, and propose changes for every affected file in one pass. Summarize the root cause, list each file you’re changing, and then show the updated code.
When I paste a build error, don’t just fix the one line in the log. Identify the general pattern causing the error and apply a repo-wide fix: reason about all files where this same pattern could appear, and propose changes for every affected file in one pass. Summarize the root cause, list each file you’re changing, and then show the updated code.
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.
Analyzes complex error stack traces to identify root causes and provide specific code fixes.
Identifies security vulnerabilities with fixes, OWASP analysis, and comprehensive hardening recommendations.