@shaoruu's skills and commands for Cursor
/general-pushReview git changes and push to remote with a conventional commit
Add to User Commands for use across all projects
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. do not include a "Test Plan" section in commit messages. IMPORTANT: never remove or revert any code changes. push them as-is. if something looks super suspicious (like credentials or obviously broken code), ask the user first but never silently remove changes.
/general-push/general-push make sure tests pass first