Prompt library
AI Agents Textapp/auto-code

Evidence-first code review

Review a change for concrete correctness, security, and regression risks.

Copy-ready prompt
Review this change as a senior maintainer. Focus on actionable defects: correctness, security, data loss, concurrency, compatibility, and missing tests. For each finding include severity, file and line, the failure scenario, and the smallest fix. Verify claims against surrounding code and tests. Do not list style preferences as defects. If nothing material is wrong, say so and name the residual risks or untested paths.

[DIFF OR BRANCH]

Related prompts

Textapp/auto-code
Fix failing CI

Turn a failing check into a reproducible, tested repair instead of a speculative patch.

#agent#ci#debugging#regression