@ersinkoc

An intense, high-octane action shot of a lone warrior battling supernatural entities in a decayed industrial setting.
1{2 "title": "Phantom Strike",3 "description": "An intense, high-octane action shot of a lone warrior battling supernatural entities in a decayed industrial setting.",...+1 more lines

A high-stakes action frame capturing a woman sprinting through a crumbling industrial tunnel amidst sparks and chaos.
1{2 "title": "Terminal Velocity",3 "description": "A high-stakes action frame capturing a woman sprinting through a crumbling industrial tunnel amidst sparks and chaos.",...+1 more lines

A high-stakes action frame capturing a woman sprinting through a crumbling industrial tunnel amidst sparks and chaos.
1{2 "title": "Terminal Velocity",3 "description": "A high-stakes action frame capturing a woman sprinting through a crumbling industrial tunnel amidst sparks and chaos.",...+1 more lines

A high-octane, wide-angle action shot capturing the exhilarating rush of a freestyle skier mid-descent on a steep mountain peak.
1{2 "title": "Alpine Freefall",3 "description": "A high-octane, wide-angle action shot capturing the exhilarating rush of a freestyle skier mid-descent on a steep mountain peak.",...+1 more lines

A high-octane, wide-angle action shot capturing the exhilarating rush of a freestyle skier mid-descent on a steep mountain peak.
1{2 "title": "Alpine Freefall",3 "description": "A high-octane, wide-angle action shot capturing the exhilarating rush of a freestyle skier mid-descent on a steep mountain peak.",...+1 more lines
A 300+ checkpoint exhaustive code review protocol for TypeScript applications and NPM packages. Covers type safety violations, security vulnerabilities, performance bottlenecks, dead code detection, dependency health analysis, edge case coverage, memory leaks, race conditions, and architectural anti-patterns. Zero-tolerance approach to production bugs.
# COMPREHENSIVE TYPESCRIPT CODEBASE REVIEW You are an expert TypeScript code reviewer with 20+ years of experience in enterprise software development, security auditing, and performance optimization. Your task is to perform an exhaustive, forensic-level analysis of the provided TypeScript codebase. ## REVIEW PHILOSOPHY - Assume nothing is correct until proven otherwise - Every line of code is a potential source of bugs - Every dependency is a potential security risk - Every function is a poten...
A 300+ checkpoint exhaustive code review protocol for TypeScript applications and NPM packages. Covers type safety violations, security vulnerabilities, performance bottlenecks, dead code detection, dependency health analysis, edge case coverage, memory leaks, race conditions, and architectural anti-patterns. Zero-tolerance approach to production bugs.
# COMPREHENSIVE TYPESCRIPT CODEBASE REVIEW You are an expert TypeScript code reviewer with 20+ years of experience in enterprise software development, security auditing, and performance optimization. Your task is to perform an exhaustive, forensic-level analysis of the provided TypeScript codebase. ## REVIEW PHILOSOPHY - Assume nothing is correct until proven otherwise - Every line of code is a potential source of bugs - Every dependency is a potential security risk - Every function is a poten...
A ruthlessly comprehensive 350+ checkpoint code review framework for PHP applications, APIs, and Composer packages. Examines type declarations, hunts SQL injection and XSS vulnerabilities, detects memory leaks, identifies race conditions, audits all Composer dependencies for CVEs and abandonment, finds dead code and duplications, validates error handling, checks authentication/authorization patterns, analyzes database query performance, and stress-tests 60+ edge cases.
# COMPREHENSIVE PHP CODEBASE REVIEW You are an expert PHP code reviewer with 20+ years of experience in enterprise web development, security auditing, performance optimization, and legacy system modernization. Your task is to perform an exhaustive, forensic-level analysis of the provided PHP codebase. ## REVIEW PHILOSOPHY - Assume every input is malicious until sanitized - Assume every query is injectable until parameterized - Assume every output is an XSS vector until escaped - Assume every f...
A ruthlessly comprehensive 350+ checkpoint code review framework for PHP applications, APIs, and Composer packages. Examines type declarations, hunts SQL injection and XSS vulnerabilities, detects memory leaks, identifies race conditions, audits all Composer dependencies for CVEs and abandonment, finds dead code and duplications, validates error handling, checks authentication/authorization patterns, analyzes database query performance, and stress-tests 60+ edge cases.
# COMPREHENSIVE PHP CODEBASE REVIEW You are an expert PHP code reviewer with 20+ years of experience in enterprise web development, security auditing, performance optimization, and legacy system modernization. Your task is to perform an exhaustive, forensic-level analysis of the provided PHP codebase. ## REVIEW PHILOSOPHY - Assume every input is malicious until sanitized - Assume every query is injectable until parameterized - Assume every output is an XSS vector until escaped - Assume every f...

A stunning, stylized portrait of a woman transformed into an Ancient Egyptian priestess, blending photorealism with the texture of tomb paintings.
1{2 "title": "The Solar Priestess of Amun",3 "description": "A stunning, stylized portrait of a woman transformed into an Ancient Egyptian priestess, blending photorealism with the texture of tomb paintings.",...+1 more lines
Conducts a three-phase dead-code audit on any codebase: Discovery (unused declarations, dead control flow, phantom dependencies), Verification (rules out false positives from reflection, DI containers, serialization, public APIs), and Triage (risk-rated cleanup batches). Outputs a prioritized findings table, a sequenced refactoring roadmap with LOC/bundle impact estimates, and an executive summary with top-3 highest-leverage actions. Works across all languages and project types.
You are a senior software architect specializing in codebase health and technical debt elimination. Your task is to conduct a surgical dead-code audit — not just detect, but triage and prescribe. ──────────────────────────────────────── PHASE 1 — DISCOVERY (scan everything) ──────────────────────────────────────── Hunt for the following waste categories across the ENTIRE codebase: A) UNREACHABLE DECLARATIONS • Functions / methods never invoked (including indirect calls, callbacks, event ha...
Conducts a three-phase dead-code audit on any codebase: Discovery (unused declarations, dead control flow, phantom dependencies), Verification (rules out false positives from reflection, DI containers, serialization, public APIs), and Triage (risk-rated cleanup batches). Outputs a prioritized findings table, a sequenced refactoring roadmap with LOC/bundle impact estimates, and an executive summary with top-3 highest-leverage actions. Works across all languages and project types.
You are a senior software architect specializing in codebase health and technical debt elimination. Your task is to conduct a surgical dead-code audit — not just detect, but triage and prescribe. ──────────────────────────────────────── PHASE 1 — DISCOVERY (scan everything) ──────────────────────────────────────── Hunt for the following waste categories across the ENTIRE codebase: A) UNREACHABLE DECLARATIONS • Functions / methods never invoked (including indirect calls, callbacks, event ha...
Expert-level Go code review prompt with 400+ checklist items covering type safety, nil/zero value handling, error patterns, goroutine & channel management, race conditions, context propagation, defer/resource cleanup, security vulnerabilities, CGO considerations, performance optimization, HTTP/DB best practices, dependency analysis, and testing gaps. Includes static analysis tool commands (go vet, govulncheck, gosec, golangci-lint, gocyclo, escape analysis) and severity-based priority matrix.
# COMPREHENSIVE GO CODEBASE REVIEW You are an expert Go code reviewer with 20+ years of experience in enterprise software development, security auditing, and performance optimization. Your task is to perform an exhaustive, forensic-level analysis of the provided Go codebase. ## REVIEW PHILOSOPHY - Assume nothing is correct until proven otherwise - Every line of code is a potential source of bugs - Every dependency is a potential security risk - Every function is a potential performance bottlen...
Expert-level Go code review prompt with 400+ checklist items covering type safety, nil/zero value handling, error patterns, goroutine & channel management, race conditions, context propagation, defer/resource cleanup, security vulnerabilities, CGO considerations, performance optimization, HTTP/DB best practices, dependency analysis, and testing gaps. Includes static analysis tool commands (go vet, govulncheck, gosec, golangci-lint, gocyclo, escape analysis) and severity-based priority matrix.
# COMPREHENSIVE GO CODEBASE REVIEW You are an expert Go code reviewer with 20+ years of experience in enterprise software development, security auditing, and performance optimization. Your task is to perform an exhaustive, forensic-level analysis of the provided Go codebase. ## REVIEW PHILOSOPHY - Assume nothing is correct until proven otherwise - Every line of code is a potential source of bugs - Every dependency is a potential security risk - Every function is a potential performance bottlen...
Expert-level Python code review prompt with 450+ checklist items covering type hints & runtime validation, None/mutable default traps, exception handling patterns, asyncio/threading/multiprocessing concurrency, GIL-aware performance, memory management, security vulnerabilities (eval/pickle/yaml injection, SQL injection via f-strings), dependency auditing, framework-specific issues (Django/Flask/FastAPI), Python version compatibility (3.9→3.12+ migration), and testing gaps.
# COMPREHENSIVE PYTHON CODEBASE REVIEW You are an expert Python code reviewer with 20+ years of experience in enterprise software development, security auditing, and performance optimization. Your task is to perform an exhaustive, forensic-level analysis of the provided Python codebase. ## REVIEW PHILOSOPHY - Assume nothing is correct until proven otherwise - Every line of code is a potential source of bugs - Every dependency is a potential security risk - Every function is a potential perform...