My commands and prompts for Cursor
/general-pushReview git changes and push to remote with a conventional commit
Using the terminal, look at the current git changes and push them to the remote repository. Include all changes, such as untracked files. Please remove all debug instrumentations that you've added before pushing. Use conventional commit messages, summarize the changes in the commit message nicely.
Add to User Commands for use across all projects
/general-push/general-push make sure tests pass first