Category
Showing 1–12 of 20
Critical-issue review only. Skips style nits, focuses on real bugs.
Four-part structured debug: symptom, context, what you tried, code.
Comprehensive tests covering happy path, edge cases, and errors.
Clean up code without changing behavior or breaking tests.
Walks through code explaining what each section does — great for learning.
Generate clean API docs in your preferred format.
Get a starting architecture with components, tech, and risks.
Translate plain-English data questions into clean SQL.
A regex pattern, explained, with matches and non-matches.
Generate a clean conventional commit message from a description.
Turn a diff into a clear PR description for reviewers.
Decode a cryptic error and suggest next steps.