Kaya
Prompt
Features
Pricing
Library
AI Directory
Blog
FR
EN
Log in
Sign up
← Back to library
code
Score: 92/100
For Claude Code
Demanding code review
Review checklist: bugs, security, readability, with verdicts.
Fill in the variables
{{language}}
{{code_context}}
{{criticality_level}}
Your personalized prompt
Copy prompt
Perform a demanding code review of the code I paste below. Language: {{language}} | Context: {{code_context}} | Criticality: {{criticality_level}} Analyze in this order: 1. Real bugs: cases where this code produces a wrong result or crashes (give the input that triggers each bug) 2. Security: injection, unvalidated data, hardcoded secrets, permissions 3. Forgotten edge cases: null/empty, concurrency, large volumes 4. Readability: only what would truly hinder the next developer 5. Performance: only if measurable, no dogmatic micro-optimization Format per finding: [BLOCKER/MAJOR/MINOR] file:line — problem — proposed fix (code). End with a verdict: ready to merge / fix first, with the blocker list. Forbidden: subjective style nitpicks with no impact. [PASTE THE CODE HERE]
Go further: optimize this prompt →