These tell the AI to create new code for you.
Using the same structure and conventions as `file1.tsx`, create `file2.tsx` for the admin panel.
These apply changes to existing code.
Refactor code of all pages to show background as green.
Used to understand existing code quickly.
Summarize the logic in `authMiddleware.ts` and how it interacts with session management.
Helps diagnose and fix bugs.
Investigate why the hosted website doesnot reflect changes made in repository.
Generate or improve docs.
Generate API documentation for all endpoints in `routes/` and include example requests and responses.
Creates automated tests.
Add Jest tests for all helper functions in `utils/` using mock data from `__mocks__/data/`.
These can reference multiple files because Cursor can read your repo context.
Show me all functions in this project that modify the database.