Cursor
Build a Feature in an Existing Repo
Brief a coding agent to ship a feature by matching local patterns, touching only the files that matter.
Fix Bug
Force the agent to reproduce the bug, write or run a failing test, then apply a minimal fix.
Debug this repository like a careful teammate. Do not shotgun-rewrite. Bug: {{bug}} Expected: {{expected}} Actual: {{actual}} How to reproduce: {{repro}} Suspect area (if any): {{suspect}} Process: 1. Reproduce from the description. If you cannot, stop and say what is missing. 2. Write or identify a test that fails because of this bug. 3. Apply the smallest fix. No unrelated cleanup. 4. Show the test passing. 5. Note any other call sites with the same bug. If the bug is a misunderstanding of intended behaviour, say so instead of "fixing" it.
Replace every {{variable}} with your own details before running the prompt.
5 variables
Scroll to see every variable.
Brief a coding agent to ship a feature by matching local patterns, touching only the files that matter.
Run a structured audit: correctness, security, a11y, and dead code — with file:line findings, not vibes.
Ask the agent to polish a screen using existing design tokens, with mobile and dark mode in the same pass.