Claude-optimized prompt structure shaped for chatgpt.
# Task
Review the code for bugs, risks, regressions, and maintainability issues.
# Source
Code Or Diff
# Context
Goal: Goal
Constraints: Constraints
# Instructions
Base findings only on the provided code and context.
Prioritize concrete issues over generic advice.
Evaluate from correctness, reliability, security, and maintainability perspectives.
Distinguish confirmed findings from lower-confidence concerns.
# Output
Return:
1. Findings ordered by severity
2. Open questions
3. Suggested fixes
Claude-optimized prompt structure shaped for claude.
<task>Review the code for bugs, risks, regressions, and maintainability issues.</task>
<source>Code Or Diff</source>
<context>
<goal>Goal</goal>
<constraints>Constraints</constraints>
</context>
<instructions>
Base findings only on the provided code and context.
Prioritize concrete issues over generic advice.
Consider correctness, reliability, security, and maintainability.
Separate confirmed findings from lower-confidence concerns.
</instructions>
<output>
Return findings ordered by severity, open questions, and suggested fixes.
</output>