Coding Workflows 10 resources

Code Review Prompt Generator resources

Generate code review prompts for any scope — snippet, file, diff, or full pull request — with focused review rules.

Open Tool
Engineering

Security Code Review Prompt

Twelve security checks — injection, auth, secrets, SSRF, privilege escalation — reviewed the way an attacker would read the code.

Engineering Security Review Code Review
View Resource →
Engineering

API Review Checklist Prompt

Architecture review for the public surface: abstractions that earn their place, dependency direction, seams, and the patterns the codebase already has.

Engineering API Design Code Review
View Resource →
Engineering

Legacy Code Review Prompt

Mentoring-style maintainability review: what makes the next change expensive, explained with corrected examples — teach, don't just judge.

Engineering Legacy Code Code Review
View Resource →
Engineering

Performance Code Review Prompt

Allocations in hot loops, N+1 queries, complexity against real input sizes — the performance review that thinks about production load.

Engineering Performance Review Code Review
View Resource →
Engineering

Pull Request Review Prompt

Review the change as it will land: cross-file impact, deployment risk, migration safety — plus whether the PR does what its description says.

Engineering Pull Request Code Review
View Resource →
Prompt Engineering

Review AI-Generated Code

AI wrote it; review it with extra suspicion: strict correctness review of the diff, because generated code fails confidently.

Prompt Engineering AI-Generated Code Code Review
View Resource →
Engineering

Review C# Code with AI

Correctness review with C#'s own traps: async deadlocks, undisposed IDisposables, double-enumerated LINQ, silenced nullability.

Engineering C# Code Review
View Resource →