Cursor Resources

My commands and prompts for Cursor

Review git changes and push to remote with a conventional commit

command · installs to .cursor/commands/general-push.md
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.
Tip

Add to User Commands for use across all projects

Example prompts

/general-push/general-push make sure tests pass first