WORKS WITH SOURCEGRAPH CODE SEARCH

Prompts for Sourcegraph Code Search

Community-tested ways to get more useful results from Sourcegraph Code Search.

Add a prompt
Code

Review this PR like the reviewer everyone respects

Review the diff below as a senior engineer on this codebase would. Order your review by what actually matters: 1. CORRECTNESS — logic errors, off-by-one, unhandled nulls, wrong er…

67 copies · 15 likes
Code

Security pass on code that touches user data

Security-review the code below. It handles {{describe data and who can reach it}}. Check specifically: 1. AUTHZ — is every object access scoped to the caller's tenant and role, or…

62 copies · 11 likes
Code

Understand an unfamiliar codebase fast

I've just been dropped into this codebase and need to ship a change to {{area}} this week. Given the files below, produce an orientation doc: 1. What this system does, in two sent…

68 copies · 9 likes
Code

Add logging to code you did not write

Here's a module I inherited and now have to support: {{paste the code}}. It currently logs {{nothing / everything at debug}}. Propose targeted logging, not a rewrite. For each sug…

65 copies · 8 likes