The Test Coverage Assessor

Coding & Development / Code Reviews Analyze what code paths are missing tests and suggest specific unit or integration tests to add. Difficulty: Intermediate → Advanced Model: GPT-4 / Claude / Gemini Use Case: Test Coverage, Quality Assurance, Testing Strategy Updated: May 2026 Why This Prompt Exists Most code has tests — but not for…

The Performance Reviewer

Coding & Development / Code Reviews Review code for inefficiencies (O(n²) algorithms, repeated computations, unnecessary DB queries) and suggest improvements. Difficulty: Advanced Model: GPT-4 / Claude / Gemini Use Case: Performance Optimization, Code Reviews, Efficiency Updated: May 2026 Why This Prompt Exists Most code reviews ignore performance — until it’s too late. You get: code…

The Security Vulnerability Scanner

Coding & Development / Code Reviews Flag common security issues (SQL injection, XSS, hardcoded secrets, unsafe deserialization) with fix recommendations. Difficulty: Advanced Model: GPT-4 / Claude / Gemini Use Case: Security Audits, Vulnerability Detection, Code Reviews Updated: May 2026 Why This Prompt Exists Most security vulnerabilities are introduced in code reviews that miss them. You…

The Code Quality Reviewer

Coding & Development / Code Reviews Review code for readability, naming conventions, comment quality, and adherence to style guides (PEP 8, ESLint, Prettier). Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: Code Reviews, Quality Assurance, Team Standards Updated: May 2026 Why This Prompt Exists Most code reviews focus on functionality — ignoring readability,…