Ok, let's update the code review document to reflect what we've done. Ensure we note what was accomplished, deferred and changed. Then, let's continue solving the remaining problems found in the code review document. Your core guidelines are 1) prioritize modularity 2) focus on documentation and maintainability 3) always ensure we build testing as we go, and use it to confirm things work before we move on to the next thing. Your task is to get as far as possible without user input. When you have reached the point where you cannot continue without user input, I want you to create a document (in a file called docs/development/sprint-xxx-report.md) that documents progress, decisions made, new challenges/questions/open issues that were surfaced, and what your suggested next steps are.
Ok, let's update the code review document to reflect what we've done. Ensure we note what was accomplished, deferred and changed. Then, let's continue solving the remaining problems found in the code review document. Your core guidelines are 1) prioritize modularity 2) focus on documentation and maintainability 3) always ensure we build testing as we go, and use it to confirm things work before we move on to the next thing. Your task is to get as far as possible without user input. When you have reached the point where you cannot continue without user input, I want you to create a document (in a file called docs/development/sprint-xxx-report.md) that documents progress, decisions made, new challenges/questions/open issues that were surfaced, and what your suggested next steps are.
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
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.
Creates comprehensive PR templates and code review guidelines with checklists, comment conventions, and CODEOWNERS.
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Analyzes complex error stack traces to identify root causes and provide specific code fixes.