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
Ship a repository featureGive a coding agent a bounded feature task with verification and a clean handoff.
#agent#repository#implementation#tests
Textapp/auto-code
Fix failing CITurn a failing check into a reproducible, tested repair instead of a speculative patch.
#agent#ci#debugging#regression
Textapp/auto-reasoning
Production incident responderGuide an operations agent through evidence gathering, mitigation, repair, and verification.
#agent#operations#incident#production