/ features / fix-prompts

Fix prompts that actually work.

Every finding comes with a copy-paste prompt built from your codebase — your file paths, your framework, your env vars, baked in.

Run your first audit free
prompt for: rate-limit-auth.md
Add rate limiting to the following API routes in my Next.js app
using the @upstash/ratelimit library. Install the package, then add
a rate limit of 10 requests per 10 seconds per IP address to:
  - app/api/auth/route.ts
  - app/api/signup/route.ts

Use the sliding window algorithm. If the rate limit is exceeded,
return a 429 status with the message 'Too many requests, please
try again later.' Use environment variables UPSTASH_REDIS_REST_URL
and UPSTASH_REDIS_REST_TOKEN for the Redis connection. Add these
variables to .env.example with placeholder values.
context-aware
Your file paths, baked in
Every prompt is generated from your actual repo — your routes, your framework, your env var names. No "add it to your API routes" vagueness.
multi-tool
Works with Cursor, Windsurf, and Claude
Paste into any AI coding tool. The prompt is self-contained — the tool needs zero additional context to produce a correct fix.
zero config
Package name + version pin included
Every prompt specifies exactly which package to install and at what version. You don't research — you paste and run.